You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Vlad2006 <vl...@gmail.com> on 2007/04/17 08:38:51 UTC

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

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?

/Vlad
-- 
View this message in context: http://www.nabble.com/Would-like-to-read-more-about-%22Flexible-Cancel-Buttons---Go-directly-to-a-different-action-on-cancel.%22-tf3589101.html#a10030061
Sent from the Struts - User mailing list archive at Nabble.com.


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


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

Posted by Laurie Harper <la...@holoweb.net>.
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