Hi,

I hav a servlet in a chain, it creates a bean which is stored
in the users's session and calls a JSP page to provide an HTML view
of the bean.

I am using
(com.sun.server.http.HttpServiceResponse) res).callPage("/JSP/template.jsp", request);

to request for the page, but nothing appears in the browser, just a blank page.

In the other hand I can then point the browser to the file and load the
generated new html page, the bean is in the session an all goes well.

any hints?

Thanks

Carlos

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to