[richfaces-issues] [JBoss JIRA] Commented: (RF-10434) CSV: validatorMessage defined at component not influece the message for client validation.
Alexander Smirnov (JIRA)
jira-events at lists.jboss.org
Wed Apr 6 18:45:33 EDT 2011
[ https://issues.jboss.org/browse/RF-10434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594137#comment-12594137 ]
Alexander Smirnov commented on RF-10434:
----------------------------------------
Fixed in trunk. CSV now gets both converterMessage and validatorMessage from UIInput
> CSV: validatorMessage defined at component not influece the message for client validation.
> ------------------------------------------------------------------------------------------
>
> Key: RF-10434
> URL: https://issues.jboss.org/browse/RF-10434
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: base functionality , component-validators
> Affects Versions: 4.0.0.CR1, 4.0.0.Final
> Reporter: Ilya Shaikovsky
> Assignee: Alexander Smirnov
> Labels: design, tran
> Fix For: 4.0.1.Milestone1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> <h:inputText value="#{userBean.email}" id="email" validatorMessage="bad email">
> <f:validateRegex pattern="^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$"></f:validateRegex>
> <rich:validator />
> </h:inputText>
> Bad email will appears only if server validation invoked.
> but JSR-303 validators message works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list