]
Brian Leathem updated RF-11576:
-------------------------------
Fix Version/s: 4.2.0.Tracking
Validate form by CSV, do not submit when CSV fails
--------------------------------------------------
Key: RF-11576
URL:
https://issues.jboss.org/browse/RF-11576
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Final
Reporter: Lukáš Fryč
Fix For: 4.2.0.Tracking
Since command buttons are not input components, they can't be validated.
But it does make sense to do not allow user send a form which does not pass validation:
{code:xml}
<a4j:commandButton>
<rich:validator />
</a4j:commandButton>
{code}
OR
{code:xml}
<h:form>
<rich:validator event="submit">
<rich:validator event="ajaxsubmit">
</h:form>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: