Re: Tomcat 4.0 Beta3 and Request Attributes Error - why me ?

2001-05-17 Thread Anthony Tagunov
Hello Ana, Wednesday, May 02, 2001, 8:23:09 PM, you wrote: A> Hi, Hello! A> We think we have discovered an error. That's nice! But why are you mailing me? I'm not a tomcat developer! :-) Best regards, Anthonymailto:[EMAIL PROTECTED]

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Remy Maucherat wrote: > > On Wed, 2 May 2001, Ana wrote: > > > > > Hi, > > > We think we have discovered an error. We call the include method of the > > > RequestDispatcher from a servlet. Then, we call the setAttribute > method > > > of the request object of the included

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Remy Maucherat
> On Wed, 2 May 2001, Ana wrote: > > > Hi, > > We think we have discovered an error. We call the include method of the > > RequestDispatcher from a servlet. Then, we call the setAttribute method > > of the request object of the included JSP. If we call the getAttribute > > method of the request

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Remy Maucherat
> On Wed, 2 May 2001, Ana wrote: > > > Hi, > > We think we have discovered an error. We call the include method of the > > RequestDispatcher from a servlet. Then, we call the setAttribute method > > of the request object of the included JSP. If we call the getAttribute > > method of the request

RE: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Craig R. McClanahan
so that the changes are still visible in the calling servlet. This fix will show up in tonight's nightly build. > > > Cheers, > > > > Charles Chen > Craig McClanahan > > -Original Message- > From: Ana [mailto:[EMAIL PROTECTED]] > Sent: 0

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Ana wrote: > Hi, > We think we have discovered an error. We call the include method of the > RequestDispatcher from a servlet. Then, we call the setAttribute method > of the request object of the included JSP. If we call the getAttribute > method of the request object

RE: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Charles Chen
. Cheers, Charles Chen -Original Message- From: Ana [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 17:23 To: : Subject: Tomcat 4.0 Beta3 and Request Attributes Error Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we

Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Ana
Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call the getAttribute method of the request object in the servlet (after the include call), the