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.
Anyone who can tell me why is this happening ? And can I use the action form itself to store some different values that are NOT the controls in HTML and access them in the JSP to display the contents ? OR do I have to go for something like domain objects that I have to put in the session scope and access them in JSP ? Please suggest.. Regards, Nitin Dubey __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]