Re: What is the utility use to generate source html file for jsp pages in example webapp

2015-07-13 Thread Thusitha Thilina Dayaratne
Hi David, Thanks for the quick response. But I think that will not work. Because lets say we have some html stuffs in the jsp (e.g. form) then it will show a form in the page instead of tag as a source. And the source format will get lost. I found an online tool which seems quite fine :) https://

Re: What is the utility use to generate source html file for jsp pages in example webapp

2015-07-13 Thread David kerber
On 7/13/2015 6:03 AM, Thusitha Thilina Dayaratne wrote: Hi All, I'm having some jsp pages that I would like to show there source as an html page like in the example webapp that is provided with tomcat. I have tried few online java2html converters but couldn't obtain source as in tomcat example.

What is the utility use to generate source html file for jsp pages in example webapp

2015-07-13 Thread Thusitha Thilina Dayaratne
Hi All, I'm having some jsp pages that I would like to show there source as an html page like in the example webapp that is provided with tomcat. I have tried few online java2html converters but couldn't obtain source as in tomcat example. e.g cal1.jsp --> source is cal1.jsp.html Could someone t