RE: ``request.getAttribute()`` problems

2001-07-23 Thread Esther Kim
Regards, Paul >From: David Haraburda <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: "request.getAttribute()" problems >Date: Fri, 20 Jul 2001 12:56:33 -0500 > >When you say "next page", what do you mean? How

RE: "request.getAttribute()" problems

2001-07-20 Thread Jann VanOver
y 20, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: Re: "request.getAttribute()" problems Hi David, On the first page, I've got a form with an action pointing to a certain jsp page. It's on this page (the one pointed to in the action statement) that I try to retrieve the ob

Re: "request.getAttribute()" problems

2001-07-20 Thread Paul Kofon
; >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: "request.getAttribute()" problems >Date: Fri, 20 Jul 2001 12:56:33 -0500 > >When you say "next page", what do you mean? How are you going from the >first >page to the second page? Thi

Re: "request.getAttribute()" problems

2001-07-20 Thread David Haraburda
When you say "next page", what do you mean? How are you going from the first page to the second page? This is important because if you are doing it a certain way (such as a response.sendRedirect) your request object won't get passed along... David Paul Kofon wrote: > Hi all, > > I have a Bean