Printing saved HTML to jsp keeps getting corrupted
- by JWL
I have a JAVA object where I save a HTML string value I call message. The saved data looks like the below,
You have received a new <a href='' onclick='return popupRentalView('5282053859835904');'>Rental Request 5282053859835904</a>. Please view your open orders.
But when printed to the JSP file and displayed at runtime using
…