aspose file tools
The moose likes JSP and the fly likes HTML Character Escaping Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "HTML Character Escaping" Watch "HTML Character Escaping" New topic
Author

HTML Character Escaping

changu mani
Greenhorn

Joined: Aug 31, 2012
Posts: 25
Dear All,
I'm facing an issue. We have a text box in a JSP, where user enters and it got a limit of only 15 characters. When user types in applemango>>> we validate the same in a bean method.

Somehow in bean it goes as appleapple & gt; & gt; and crosses the limit of 15 characters and throws an error. How do I solve this issue? Requesting your inputs. How do I Unescape those HTML entities in bean method to HTML characters ? or is there anyway to make it not get escaped to HTML entities when reaching the bean method?

Please suggest.


Thanks in Advance
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: HTML Character Escaping
 
Similar Threads
Limit width of Select Box?
Entity EJB instances at startup
Java regex?
Hibernate take 2: lazy loading issue
tags