Re: Redirecting to somewhere determined by previous page's parameters

2008-02-22 Thread Chris Pratt
I haven't tried it but I wonder if: ${nextPage} would do the job. (*Chris*) On Fri, Feb 22, 2008 at 3:03 PM, Allen, Daniel <[EMAIL PROTECTED]> wrote: > Hi, all. > > I want to redirect a user somewhere based on a parameter that came in > from a previous page's form. The basic flow should be: >

Redirecting to somewhere determined by previous page's parameters

2008-02-22 Thread Allen, Daniel
Hi, all. I want to redirect a user somewhere based on a parameter that came in from a previous page's form. The basic flow should be: 1. StartPage.jsp, contains a form that points to an SomeAction, and that form includes the parameter "NextPage" 2. SomeAction performs some work and then gives bac