Hi All,
I am facing an issue with apostrophe.
Please look in to my code
String ss1="St: Mary's School.";
out.println("<input type='text' name='shipTest' value='"+ ss1 +"'>");
Output: St: Mary
Not able to display letters after the apostrophe. Kindly help me to resolve this issue.
Thanks in advance
--
Vinith