I'll assume that you're doing something like this:

        response.setAttribute( "ATTR", new Object() );
        RequestDispatcher d = response.getRequestDispatcher( "/test.jsp" );
        d.forward( request, response );

If it's something like that the attribute should be available
in the page you've dispatched to.  If my little example doesn't
help, post a snippet and I'm sure an expert can help...

--mikej
-=-----
mike jackson
[EMAIL PROTECTED]

> -----Original Message-----
> From: Felipe Schnack [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 6:43 AM
> To: Tomcat Users List
> Subject: requestdispatcher
>
>
>   Hey guys...
>   i'm doing something wrong or if when you set an request attribute and
> then do a RequestDispatcher.forward() you lost your new attribute?
> --
>
> Felipe Schnack
> Analista de Sistemas
> [EMAIL PROTECTED]
> Cel.: (51)91287530
> Linux Counter #281893
>
> Centro Universit�rio Ritter dos Reis
> http://www.ritterdosreis.br
> [EMAIL PROTECTED]
> Fone/Fax.: (51)32303341
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to