Posted By:
Janarthanan_Ananthan
Posted On:
Wednesday, March 5, 2008 01:46 PM
Hi,
I run into a problem with JSF when apostrophe(single quote) is in input text:
pattern="[a-zA-Z0-9-\,\.\/\\'&s]*$"
When user inputs string contains apostrophe (single quote), for example "John's task", it is not allowing me to submit the page.
I also test with escaple sequence, for example, input is "John\' task", still i am getting the same issue
It doesn't have problem with other special characters, such as "
<", "@" , double quote etc.
Is anybody able to fix the issue