Hi,
I am developing the WD application.
But am facing Strange Problem.
When i am writing code for inserting data in wdDoInit() method it is successfully inserting data. I am also calling executeInsert() method and in that i have executed the modelobject. In InsertView i have called the executeInsert method using wdThis.<ComponentController>.executeInsert();
But when i write the code in method executeInsert() which i have created then it is not inserting in database.
and then calling it in insertview as wdThis.<ComponentController>.executeInsert();
So i am not able to understand this Strange Behaviour.
Pls explain me why this happens...
Thanks & Regards,
Dhruv Shah