Re: Redirect a form

2007-11-02 Thread Paul Benedict
I refer you to the Acegi Security project which does this. They have a SavedRequest class which contains a copy of the request parameters and such of the original request. This object is stored in the session. When the login succeeds, the SavedRequest is then extracted into a new request object and

Redirect a form

2007-11-02 Thread Jeff Bowes
We are currently using Struts 1.2.7. In our application if a user attempts to access an interface that they need to be logged into to use but are not currently logged in they are redirected to a login interface. The url for the original interface they were trying to access is passed as a par