Re: Canceling of forms using Struts

2002-01-30 Thread Ted Husted
The simplest thing to reset is to do an actual redirect, rather than a forward. This would clear all the request parameters, including the cancel one. forward name=return path=/admin/admin.jsp redirect=true/ or have an actual one for cancel forward name=cancel

Canceling of forms using Struts

2002-01-29 Thread Brown, Alex
Hello, Using the STRUTS framework, a user can use html:cancel/ to cancel forms. As I understand it, this action places a value as a request parameter with the name of the constant at org.apache.struts.taglib.html.Constants.CANCEL_PROPERTY. If I use this cancel button for navigation and I