I have trouble displaying a string like "<some data>" via JSP, since they interfere with HTML tags.
Created May 7, 2012
Nils Kulk In the display string, replace < with <, " with " and > with >. That should take care of things.
Created May 7, 2012