Hi:

   Does somebody knows about classes that can handle and generate HTML
code instead of doing by hand. I mean, if I want to create  a HTML
table, I could do something like this:

    HtmlTable t = new HtmlTable(2 ,3);

where 2 and 3 stands for the row and colums, and late you can modify the
properties of the table and eventually send to the HttpServletResponse
????

___________________________________________________________________________
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