text « Format « JSP-Servlet Q&A





1. Free text editor to fix indentation of messy JSPs?    stackoverflow.com

I'm developing a VXML IVR application in Eclipse, and it's chock full of messy JSPs. Some of my (inherited!) source looks like this:

<%if (useLegacy) {%>
<form id="getLegacy">
<block>
<if cond="gblFirstRunThroughFlag=='true'">
<%--Use special "extra info" ...

2. How to format code text in jsp    stackoverflow.com

Hi I am creating a online quiz system, so student can go through the question and submit the answer. My question is something about C++ coding, so it will display a ...

3. Rich Text Format    coderanch.com