Re: Saving HTTP Request Info

2000-12-29 Thread Ted Husted
On 12/28/2000 at 10:47 PM Neal Kaiser wrote: Let's say I am POSTing a bunch of information from a form to an ActionServlet. Usually, you would never get the chance to complete the form, since the JSP can see that you are not logged in, and forward you to the login form before you get the

Re: Saving HTTP Request Info

2000-12-29 Thread Craig R. McClanahan
Neal Kaiser wrote: 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).