[JBoss JIRA] Created: (RF-10434) CSV: validatorMessage defined at component not influece the message for client validation.
by Ilya Shaikovsky (JIRA)
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)
Reporter: Ilya Shaikovsky
Assignee: Alexander Smirnov
<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)([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
13 years, 7 months
[JBoss JIRA] Created: (RF-10838) iterationStatusVar: request for change related to the first row number
by Ilya Shaikovsky (JIRA)
iterationStatusVar: request for change related to the first row number
----------------------------------------------------------------------
Key: RF-10838
URL: https://issues.jboss.org/browse/RF-10838
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
I realize that for rowKey having 0 as a first row rowKey is completelly fine.
But iterationStatusVar attribute supposed to provide a way to work with row-indexes on UI. And it's not convinient to use currentIndex, begin and end proeprties as them counting starting from zero. It's not looks good for UI to have "0 row (0-9 rows shown)". So in most cases users will have to change all that EL like {ivar.begin+1}.
Let's change it while not much guys used it(do not saw at all at forum for now)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months