I am writing documentation for a company widget i authored and would like to run it on our development site but i need to show some jsp source code in the page.
How do i stop code from being interpolated?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Replace
<by<and>by>.You can if necessary make it a bean property and use JSTL
<c:out>to display it. It by defaut does that job.