Did you try the following sample. It works for me

http://struts.apache.org/2.x/docs/multiple-submit-buttons.html

Regards

Aimé Kra

-----Original Message-----
From: PEGASUS84 [mailto:pegasu...@hotmail.it] 
Sent: Wednesday, March 11, 2009 10:52 AM
To: user@struts.apache.org
Subject: one action with two buttons


good evening,
in my project i've to create a form with two buttons wich make two different
process:
i try this method:
<s:form id="configureform" name="configureform"> 
SOME table here or some fields 
</s:form> 

<s:url id="configure" value="Configure.action" /> 
<s:a href="%{configure}" showLoadingText="false" id="configure"
formId="configureform">Cancel</s:a> 


but it doesn't work.

Can someone help me? 
-- 
View this message in context: 
http://www.nabble.com/one-action-with-two-buttons-tp22456812p22456812.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to