"Lambert, Stephen : CO IR" wrote:
>
> How do you re-display an HTML form without using *out.println* statements?
>
> Scenario:
> I have a 300 field HTML form that posts data to an AS/400 file, then sends
> back a simple acknowledgement web page using *out.println* statements.

Keep the form as one String or StringBuffer. Insert additional html as
needed for notifying the user of data validation problems. Output to the
browser just needs one println statement.

___________________________________________________________________________
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