Hi all,

I have a simple form with 2 buttons (diff action), how can I make sure both
will exec?

<s:form action="steps_" ...
.
.
<s:submit action="addStep"      value="add more"...
<s:submit action="complete"     value="complete"...


when I write the form with one button it works
example:

<s:form action="steps_addStep"
.
.
<s:submit action="steps_addStep"                value="add more"...


THANK YOU!
-- 
View this message in context: 
http://www.nabble.com/2-buttons-for-the-same-form%2C-error-when-trying-to-invoke-different-action-tp20608955p20608955.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to