RE: Action Form error.

2006-01-27 Thread Garner, Shawn
: Action Form error. Deepa: Thanks. That was it ! I had wrong form bean defined in struts-config. It works now ! By the way any idea on how struts log messages to appear in console. I am sure there is some where log4j property definition I have to do

RE: Action Form error.

2006-01-27 Thread Garner, Shawn
ED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 6:37 PM To: Struts Users Mailing List Subject: Action Form error. 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 Ac

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

Action Form error.

2006-01-26 Thread digant . k . joshi
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 details. web.action.SectorAction has public ActionForward setUpForInsertOrUpdate(ActionMapping mapping, Actio