RE: Form Object is null

2004-04-20 Thread MARU, SOHIL (SBCSI)
TECTED] On Behalf Of Bill Siggelkow Sent: Tuesday, April 20, 2004 8:35 PM To: [EMAIL PROTECTED] Subject: Re: Form Object is null Did you specify the form in the "name" attribute of the action mapping for the "udpateApplicationData" action? If you still have problems try se

Re: Form Object is null

2004-04-20 Thread Bill Siggelkow
Did you specify the form in the "name" attribute of the action mapping for the "udpateApplicationData" action? If you still have problems try setting the scope of the form to session. MARU, SOHIL (SBCSI) wrote: Hello All, I have a page on which I have to update 2-3 fields based on value sel

Form Object is null

2004-04-20 Thread MARU, SOHIL (SBCSI)
Hello All, I have a page on which I have to update 2-3 fields based on value selected by the user for another field. What I did was create an action which I call by executing some javascript by capturing the onchange event. Here is my struts-config.xml clip ... ... ... ..