thanks!

Oleg V Alexeev writes:
 > Hello William,
 > 
 > Friday, June 29, 2001, 8:46:26 AM, you wrote:
 > 
 > WS> I am trying to do the following with Tomcat and Struts but am not sure
 > WS> how to go about it:
 > 
 > WS> I want to implement a Servlet that dispatches / forwards to jsp
 > WS> pages. Before the dispatch, however, I would like to set an attribute
 > WS> of the PageContext of the jsp page that I will be dispatching to. 
 > 
 > You can set attribute in request scope and forward to the JSP page.
 > You can not set attribute in page scope outside of JSP page.
 > 
 > P.S. I think that there is already exist maillist for such questions -
 > [EMAIL PROTECTED]
 > 
 > -- 
 > Best regards,
 >  Oleg                            mailto:[EMAIL PROTECTED]
 > 
 > 

Reply via email to