Hi Robert,

> Here is a very simple test case:
> 
> <!-- First page forwards to a second -->
> <%@ page %>
> 
>     <%
>  
> config.getServletContext().
> getRequestDispatcher("/test.jsp").
> forward(request,response);
>     %>

Please try:

 config.getServletContext().
 getRequestDispatcher("/test.jsp").
 forward(request,response);
 return;

Best regards,
-- 

Happy Java programming!

Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:    http://www.oop-reserch.com/

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

Reply via email to