The two code snippets below represent: 1) a script that builds the html markup and then outputs the contents with println writer.toString() 2) the result html
The example includes css, a table, and an image.
[ July 04, 2008: Message edited by: Marc Peabody ]
A good workman is known by his tools.
Vimala Shirur
Greenhorn
Joined: Jan 12, 2001
Posts: 12
posted
0
This helps. Thanks!
Matthew Taylor
Rancher
Joined: Jun 13, 2004
Posts: 110
posted
0
Vimala,
If you are doing this sort of thing a lot, I would recommend checking out Grails, which is a web framework build using Groovy and Java. It uses GSPs (like JSPs) for this sort of work,