I use JSP for the bulk of my html output from servlets. The beans use PrintStringWriter only if they need to output complex html (eg loops, OPTIONs loaded from property files, etc), otherwise I just output a simple String. Much of what I currently use PrintStringWriter for would be replaced by custom JSP tags if I could (VAJ/WebSphere 3.02 doesn't support custom tags).
Michael Rutherfurd ___________________________________________________________________________ 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
