You have to direct your form to the action, not to the jsp. The action then returns a forward to the jsp.
Chris Book -----Original Message----- From: Kedar Upadhye [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 11:19 PM To: Struts developer list Subject: Action handler problem. Hello All, One simple question about the action handler class. I have a form here (.JSP file ) with one submit button. I have the action mapping in the Strust-config.xml file so that this JSP is "connected" to one action handler class. However when the project runs and the button is pressed , the action handler class's perform method is not called. What else I need to do to achieve this ? Is there any other setting ? My action class is derived from the Action class. Let me know if I am missing anything. warm regards -- Kedar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
