You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Laurie Harper <la...@holoweb.net> on 2007/04/18 23:15:53 UTC

Re: Would like to read more about "Flexible Cancel Buttons - Go directly to a different action on cancel."

Vlad2006 wrote:
> Hi,
> 
> On the Struts 2 start page one statement reads:
> "Flexible Cancel Buttons - Go directly to a different action on cancel."
> 
> Could anybody point me to a page where this statement is explained?

My guess is that this refers to the ability of the s:submit tag to 
specify a target action to dispatch to. Using that, each button on your 
form could cause a different action (or a different method on the same 
action) to be invoked.

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

L.


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