Either create the form in an HTML editor,and turn it into a
template script:
http://www.webmacro.org/
or,if the form is consisyent and logical, use an HTML
generation package such as ECS to build it:
http://java.apache.org
Which solution is better depends on how often and in which
ways you want to generate these forms. A template approach
lets you get in there with an HTML editor; the ECS approach
would allow you to do it programmatically, but perhaps with
less direct control over the result.
Justin
Quoting Resource Allocation ([EMAIL PROTECTED]):
> Hi...
> I am facing a problem I dont if its a simple one ...but if I want a large HTML
> form to be returned to the user, it does not seem wise to me to code every line
> of the HTML code in the out.println("......") statements. Can I do away with
> that by any other possible way...somebody please help me with that
> Thx
> Yogesh
>
>
> IMRglobal Ltd.
> Plot # 22, SEEPZ,
> Andheri (E), Mumbai-400096
> Phone : 8291421 Ext. 151
> Mail To : [EMAIL PROTECTED]
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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