RE: Action Form error.

2006-01-27 Thread Garner, Shawn
, I am not sure where ? Thanks again for hint ! Digant Deepa Khetan <[EMAIL PROTECTED]> 01/26/2006 10:57 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: Subject: Re: Action Form error. Did u define

RE: Action Form error.

2006-01-27 Thread Garner, Shawn
>>>path="/sectorSetUp" >> name="sectorForm" Is sectorForm declared in the top of your struts-config file? Make sure the type is valid. Also check that your JSP has ... Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thurs

Re: Action Form error.

2006-01-27 Thread digant . k . joshi
where ? Thanks again for hint ! Digant Deepa Khetan <[EMAIL PROTECTED]> 01/26/2006 10:57 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: Subject: Re: Action Form error. Did u define ur form-bean

Re: Action Form error.

2006-01-26 Thread Deepa Khetan
Did u define ur form-bean in struts config? On 1/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Somehow I am getting ActionForm is null when one of the Action is > called. > > How can I find out if ActionForm object was created after jsp forwarded to > ActionServlet. ? > > > Here is my