In the past, I've used DispatchAction to accomplish this: http://husted.com/struts/tips/002.html
I'm not sure if there is a newer/better way. Dennis David Johnson <[EMAIL PROTECTED]> 04/15/2005 09:37 AM Please respond to "Struts Users Mailing List" <user@struts.apache.org> To Struts Users Mailing List <user@struts.apache.org> cc Subject a Form with different actions actions All I have a large page with a form on it that I need to submit to diffferent actions depending on that the user clicks. For example, I have on this page 0. a list of items the user can select 1-->n of (using checkboxes) 1. a list of graph types, with a "graph chosen now" button (user chooses things from item #0 above) 2. a list of reports, with a "report chosen now" button (user chooses things from item #0 above) 3. a "combine selected" buttons (again user chooses things from item #0 above) 4. a "create new" button Essentially I may need to access some or ALL of the form fields seen on the page regardless of which path the user takes, so I assume that means one big form. the problem is I want to submit to "graphAction" for graphs or "reportAction" for reports or "combineAction" etc. how is this kind of thing normally handled? I have simple forms that have obvious attribures but this feels different somehow. thoughts? -- -Dave [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]