RE: Forwarding control

2003-08-14 Thread James Michelich
Mike, Your suggestion worked out perfectly! Thanks for the help. One other quick question, if you don't mind - since sendRedirect() doesn't send along the request object, is there another way to access it from the target url while still using this method? Thanks, James

RE: Forwarding control

2003-08-14 Thread Mike Cherichetti \(Renegade Internet\)
PM To: [EMAIL PROTECTED] Subject: Forwarding control Hello, any help would be much appreciated. The basic scenario is as follows - I have a form page called form.jsp (http://localhost/webapp/form.jsp). Upon submission, the form data is processed by a servlet mapped to the url '/proc

RE: Forwarding control

2003-08-14 Thread Mike Curwen
> To: [EMAIL PROTECTED] > Subject: RE: Forwarding control > > > Mike, > > Your suggestion worked out perfectly! Thanks for the help. > > One other quick question, if you don't mind - since sendRedirect() > doesn't send along the request object, is there

Forwarding control

2003-08-14 Thread James Michelich
Hello, any help would be much appreciated. The basic scenario is as follows - I have a form page called form.jsp (http://localhost/webapp/form.jsp). Upon submission, the form data is processed by a servlet mapped to the url '/process' (http://localhost/webapp/process). Once the servlet has co

Re: Forwarding control

2003-08-14 Thread James Michelich
That's exactly what I needed to know. Thanks, Mike. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]