<af:inputText/> validation message not being shown on PPR auto-submit
---------------------------------------------------------------------

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

    Reporter: Simon Lessard


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

Here's a bug where the specific validation message of an input text is not 
displayed below the field on a PPR auto-submit. However, the message get 
displayed in the <af:messages> component just well.

A simple code snippet to test this issue is:

<af:messages/>
<af:inputText label="Label 1" autoSubmit="true">
  <af:validateRegExp pattern="test"/>
</af:inputText>


-- 
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