Re: Best way to cancel

2005-03-18 Thread Rick Reumann
Abdullah Jibaly wrote the following on 3/17/2005 5:55 PM: Is there a way to press cancel on a display page and not have Struts populate the ActionForm with the values that were entered? If not what are some common workarounds to this? I basically want to be able to retrieve the old values in that c

RE: Best way to cancel

2005-03-18 Thread Abdullah Jibaly
ailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 5:11 PM To: Struts Users Mailing List Subject: RE: Best way to cancel Abdullah, Why aren't you using an html "reset" button to restore the page form fields to their original (as given to you by the server) values? Or are you try

RE: Best way to cancel

2005-03-17 Thread David G. Friedman
Abdullah Jibaly [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 5:56 PM To: Struts Users Mailing List Subject: Best way to cancel Hi all, Is there a way to press cancel on a display page and not have Struts populate the ActionForm with the values that were entered? If not what are some common

Best way to cancel

2005-03-17 Thread Abdullah Jibaly
Hi all, Is there a way to press cancel on a display page and not have Struts populate the ActionForm with the values that were entered? If not what are some common workarounds to this? I basically want to be able to retrieve the old values in that case. Thanks, Abdullah --