Re: best way to handle multiple buttons in a form?

2008-02-13 Thread akinss
Yep I've had the same problem and it has been registered in the Struts 2 jira. https://issues.apache.org/struts/browse/WW-2362 Not sure how to work around it though. Steve Jason Dolinger wrote: > > Hi all, > > I'm new to Struts 2 (and Struts in general), and I'm having a hard time > figurin

Re: best way to handle multiple buttons in a form?

2008-02-13 Thread akinss
Spot on. There are probably several other ways to do routing based on Button selects too. Using: in the tag is another way of handling Buttons. You could then inject a boolean value as an Action mapping parameter. eg. true Thinking more on it, using booleans to define control/f