Hi, Is there any tool to generate html to write a jsp? It would be awfully hard to do it by hand... Thanks
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
There are lots of tools to write plain HTML pages, why not make a mockup of what you want your JSP to produce using one of those tools. Then you can use that as a starting point and add JSP tags. Bill
Piter john
Greenhorn
Joined: Jan 06, 2003
Posts: 19
posted
0
you can use Dreamwever Or EditPlus / KAWA Editor for writting HTML then you can add ur JSP code in that. try it