rich:validator ignores required with requiredMessage
----------------------------------------------------
Key: RF-10846
URL:
https://issues.jboss.org/browse/RF-10846
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Final
Reporter: Lukas Fryc
Using following code, client side validation doesn't work.
when attaching <f:validateRequired />, it works but ignores both requiredMessage and
validatorMessage and displays default required message.
{code:XML}
<h:inputText id="uname" value="#{uname}" required="true"
requiredMessage="Fname is reuqired">
<rich:validator/>
</h:inputText>
<h:commandButton action="index" value="Submit" />
<rich:message for="uname"/>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira