Re: Retaining request attributes after redirect

2008-03-28 Thread Dave Newton
--- ancatdubher <[EMAIL PROTECTED]> wrote: > I am building a simple registration module. The user accesses > /signup.action > to view signup.jsp. This JSP allows him to enter username, password, phone > and address. When submitted, the /createUser.action is invoked. Validation > of form data also h

Re: Retaining request attributes after redirect

2008-03-28 Thread stanlick
Have you looked at the chain result type? On Fri, Mar 28, 2008 at 8:25 AM, ancatdubher <[EMAIL PROTECTED]> wrote: > > Hi, > > I am building a simple registration module. The user accesses > /signup.action > to view signup.jsp. This JSP all