Re: What is the best way to handle cancel, Update, Back Buttons in Struts2

2008-07-24 Thread matt.payne
Just set the value name to cancel/back. e.g. --> in struts.xml cancel cancel back

RE: What is the best way to handle cancel, Update, Back Buttons in Struts2

2008-07-24 Thread Jishnu Viswanath
Did you try mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 3:54 AM To: user@struts.apache.org Subject: What is the best way to handle cancel, Update, Back Buttons in Struts2 Hello Everyone I know this might be very easy for you guys but it is being difficult for me.:working: I am

Re: What is the best way to handle cancel, Update, Back Buttons in Struts2

2008-07-23 Thread Gabriel Belingueres
The defaultStack interceptor stack provides you with convenient method name defaults which will not run validations. When you call an action executing any of these method names: "input", "back", "cancel" or "browse", the validations will not execute. 2008/7/23 hisameer <[EMAIL PROTECTED]>: > > Hel

What is the best way to handle cancel, Update, Back Buttons in Struts2

2008-07-23 Thread hisameer
Hello Everyone I know this might be very easy for you guys but it is being difficult for me.:working: I am developing an updateUser.jsp page and it has three buttons those are: Update, Cancel, Back Now if I press update it should invoke the updateUser action mapping also I need to do the valida