At 12:10 PM 4/29/99 -0400, you wrote:
>Neal Kaiser wrote:
>
>> As I see it, my options are to either:
>>
>> 1) Do all queries at the top of the JSP before any HTML is printed. The way
>> the JSPs are structured, this would not really be acceptable.
>>
>> 2) Somehow have my "out" PrintWriter really be a buffer. Then, when
>> everthing is done, print to the real output stream. I'm not sure how
>> possible this would be....
>
>You could write to a ByteArrayOutputStream to accumulate your output.
Then dump your byte array to your PrintWriter when you're done.
>
Yes, but then my JSPs would be too cluttered with Java syntax. Instead of
standard HTML (no <% %> stuff), everything is now a java statement.
I need guys that know nothing about JSP to be able to build these w/
standard HTML stuff.
Neal
>cc
>
>
>
>Attachment Converted: "d:\program files\eudora\attach\ccobb59.vcf"
>
___________________________________________________________________________
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