RE: On post ActionForm is null

2004-08-04 Thread Jim Barrows
> -Original Message- > From: lnader2000 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 10:36 AM > To: [EMAIL PROTECTED] > Subject: On post ActionForm is null > > > I have a simple form show below: > > class="com.company.web.for

RE: On post ActionForm is null

2004-08-04 Thread Gupta, Sahil
ActionForm is null I have a simple form show below: Save Delete This is how I have defined it in the struts-config file When I load the page it seems to work fine and call the appropriate setter and getter methods in my ActionForm class. But when I click on Save to

On post ActionForm is null

2004-08-04 Thread lnader2000
I have a simple form show below: Save Delete This is how I have defined it in the struts-config file When I load the page it seems to work fine and call the appropriate setter and getter methods in my ActionForm class. But when I click on Save to submit the form,