The functionality you're looking for should be supported by Spring Security. Have you tried to do this? If so, what errors are you seeing?
The main thing you'll need to do is modify security.xml so the URL you're looking for is protected. Matt On Mon, Oct 12, 2009 at 2:46 AM, taltun <tunca...@gmail.com> wrote: > > Hi, > > I make use of Appfuse Struts 2 modular. > > I hope some can help on my issue: > > Normally, when you call an action mapping e.g. > http://localhost/myaction.html > > if calling action mapping "myaction" require the user to be logged in than > the user is redirected/shown the login page first. When the user enter the > username and password than the previous myaction with the request data is > redirected to after the login has completed. > > I just made a custom login functionallity using actions not. How do I > programmaticly do the above scenario ? if I still want to redirect with > request data to the initial action after the login action has been completed > ? > > > -taltun > -- > View this message in context: > http://www.nabble.com/Request-Data-tp25852328s2369p25852328.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net