Client side validation message does not escape the ' character
--------------------------------------------------------------

         Key: ADFFACES-46
         URL: http://issues.apache.org/jira/browse/ADFFACES-46
     Project: MyFaces ADF-Faces
        Type: Bug

    Reporter: Simon Lessard


Copied from 
http://forums.oracle.com/forums/thread.jspa?messageID=1223575&#1223575


Here's a small bug with validation message when client-side validation is 
enabled. If the error message (or field label) contain the character ', ADF 
Faces won't escape it and will thus break the printing with some nasty 
characters. A really poor workaround is to set the messages with the ' escaped, 
but then it will fail when it's the label that contains it or when you disable 
client-side validation (then the printed message in the page will contains both 
of the apostrophes).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to