[richfaces-issues] [JBoss JIRA] Reopened: (RF-6503) Summary for rich:ajaxValidator doesn't work
Damien Gouyette (JIRA)
jira-events at lists.jboss.org
Fri Mar 13 06:04:22 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-6503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Damien Gouyette reopened RF-6503:
---------------------------------
Ok for validation with non empty fields.
But with Richfaces 3.2.2.GA and Richfaces 3.3.0.GA when i test with some content with 2 caracters by exemple. I always have jsf default message and not summry message defined by ajaxvalidator.
So for me it doesn't work
Do you have selenium test or jsfunit test on this attribute ?
> Summary for rich:ajaxValidator doesn't work
> -------------------------------------------
>
> Key: RF-6503
> URL: https://jira.jboss.org/jira/browse/RF-6503
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Environment: Windows XP
> JDK 1.5_0_17
> JBOSS 4.3.EAP-CP02
> Reporter: Damien Gouyette
> Assignee: Tsikhon Kuprevich
>
> When i set a summary in a rich:ajaxValidator like :
> {code}
> <h:inputText id="test" value="#{bidonBean.test}" required="true" label="test">
> <f:validateLength minimum="3" maximum="12" />
> <rich:ajaxValidator event="onblur" summary="error message" reRender="msg3"/>
> </h:inputText>
>
> <p>Messages: <rich:message for="test" id="errorOutput" showSummary="true" showDetail="false" />
> <h:commandButton action="#{bidonBean.doValidate}" value="Valider"></h:commandButton>
> </h:form>
> {code}
> Summary message is never shown. I have default required error message.
--
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