Handling multiple submits from a single form

2004-03-15 Thread sajith
Hi I have multiple actions possible from a single JSP page. How can I handle it using struts? I have single form with multiple buttons and I am using the html tag library. How can I handle it without using _javascript_? Regards Sajith

RE: Handling multiple submits from a single form

2004-03-15 Thread shirishchandra.sakhare
use findForward action to dispatch the request to different actions depending upon the button pressed or use DispatcherAction -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: Handling multiple submits

RE: Handling multiple submits from a single form

2004-03-15 Thread Shobhana.S, ASDC Chennai
method to the correspoonding function you want to call in the DispatchAction. Shobhana ch05_idx_105925_1ch05_idx_105925_2-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 5:46 PM To: [EMAIL PROTECTED] Subject: Handling multiple submits

Re: Handling multiple submits from a single form

2004-03-15 Thread Geeta Ramani
Sajith: This very question was asked and answered recently (just within the past couple of weeks, I think??).. Maybe you can search the archives..? Here's the url for the archives: http://www.mail-archive.com/[EMAIL PROTECTED]/ Write back to the list if you cannot find what i am referring to