Re: URGENT: unspecified() method is having null form

2005-03-28 Thread Rick Reumann
You didn't provide your unspecified method code below. Provide that please. nitin dubey wrote the following on 3/28/2005 9:35 AM: Thanks Saulo for your reply, here is the code for config and html:form struts-config.xml ~ name="co

Re: URGENT: unspecified() method is having null form

2005-03-28 Thread nitin dubey
Thanks Saulo for your reply, here is the code for config and html:form struts-config.xml ~ Main.jsp Regards, Nitin Dubey --- EugĂȘnio Saulo <[EMAIL PROTECTED]> wrote: > Check your definiti

Re: URGENT: unspecified() method is having null form

2005-03-28 Thread EugĂȘnio Saulo
Check your definition and the definition of the it uses. Maybe if you paste it here we could help you. Regards, EugĂȘnio Saulo On Mon, 28 Mar 2005 01:39:21 -0800 (PST), nitin dubey <[EMAIL PROTECTED]> wrote: > Hello, > > I am using DispatchAction for my application. When I > use the URL > "ht

URGENT: unspecified() method is having null form

2005-03-28 Thread nitin dubey
Hello, I am using DispatchAction for my application. When I use the URL "http://localhost:8080/myapp/admin/main.do"; it directly hits the unspecified() method first where I am trying to populate the action form. The ActionForm object I am getting in the unspecified() method is null always. Anyo