Posted By:
Gary_Epstein
Posted On:
Wednesday, July 25, 2001 03:27 PM
Probably a JSP 101 question, but here goes anyway. I am using the following code to set a value to a form text field:
value='
'>
When I try to set a value that contains a single quote, the value is being truncated at the point of the single quote.
For example, if I try to set the value "Charlie's Angels", only "Charlie" gets displayed in the text field.
Is there some encoding that is required? Thanks!