Hi,

Is there a (good) way to populate a web page from within the init() method?

I figured out a way to do it: make a dummy (null) HttpServletResponse
object, and overwrite the service() method within the init() method.

I don't like it but I don't know if there is a way to generate an
HttpServletResponse object in the init() method so I can use it.


Thanks.

Jian

___________________________________________________________________________
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