I'm brand new to struts, so forgive me if this has been covered heavily.

Let's say I am POSTing a bunch of information from a form to an
ActionServlet.  This ActionServlet will
detect I'm not logged in and ask me to log in (by redirecting me to
logon.jsp for example).  Now, after I successfully log in to the Logon
ActionServlet, I want to submit all that POSTed form stuff just as if I was
logged in the first time.

Does struts have a mechanism for this, or should I just write my request
info to my session before logging in and read it in after?

Thanks.

Reply via email to