Yes, you can use some template engine.
And let users edit JavaScript routines.

Cezar

On Tue, 27 Apr 1999, Cynthia Munoz wrote:

> Hi everybody!!!
>    I have a question: I have a form that I generate through the doPost
> method, I have many fields there, some of them are listboxes that I fill
> from my databasee, and the rest I need to verify if they are correct with
> JavaScript, the true is it's a lot!
> Is there any efficient way of writing this html to the client through the
> servlet or just use:
> res.setContentType("text/html");
> PrintWriter out = res.getWriter();
> out.println("  JavaScript code ....");
> out.println("  all the HTML forms ....");
>
> ___________________________________________________________________________
> 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
>


Cezar Totth                             email:  [EMAIL PROTECTED]
                                        Fax:    (401) 220 33 95
Genesys Software Romania                Phone:  (401) 638 49 44
Stefan Furtuna 169, sect.6
cod 77171, Bucharest
Romania

___________________________________________________________________________
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