RE: from sathish

2003-12-05 Thread David Friedman
Sathish, So, you're using Struts (version 1.0?) and your method signature wasn't working. When you changed it to the one I pulled off the struts web site's api, did it work? Regards, David -Original Message- From: Sathish Babu K R [mailto:[EMAIL PROTECTED] Sent: Friday, December 05,

RE: from sathish

2003-12-04 Thread David Friedman
Sathish, Did you resolve your problem yesterday? If not, how do you request a session? request.getSession() and request.getSession(true)? Regards, David -Original Message- From: Sathish Babu K R [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 12:30 AM To: Struts Users

RE: from sathish

2003-12-03 Thread David Friedman
Sathish, Your method signature seems incorrect. According to the javadocs (v1.0), perform (which is deprecated) requires the following argument types: public ActionForward perform(ActionMapping mapping, ActionForm form,