[richfaces-issues] [JBoss JIRA] Created: (RF-3934) ajaxValidator: validation message appears three times in case absence rich:ajaxValidator & (rich:message or rich:messages)

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Jul 17 04:44:52 EDT 2008


ajaxValidator: validation message appears three times in case absence rich:ajaxValidator & (rich:message or rich:messages)
--------------------------------------------------------------------------------------------------------------------------

                 Key: RF-3934
                 URL: https://jira.jboss.org/jira/browse/RF-3934
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: IE6, IE7, FF 3.0, Safari 3.1, Opera 9.5(3.2.2.BETA1) jsp(myfaces)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Step 1. Add "@Size" validation in bean:
@Size(min=2,max=5,message="Size validation failed!!!!")
	private ArrayList<Data> data;

Step 2. Add more than 5 items in data bean's field.

Step 3. Add rich:dataTable with value="<bean name>.data":
<rich:dataTable value="#{data.data}" var="data" id="SizeValidationID">
<rich:column>...

Step 4. Navigate to the page, contained tested rich:dataTable & make "Submit".

Actual behavior:
"Size validation failed!!!!" message appears triply. See attached screenshot.

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

        



More information about the richfaces-issues mailing list