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č
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira