[richfaces-issues] [JBoss JIRA] (RF-11576) Validate form by CSV, do not submit when CSV fails

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 1 18:50:45 EDT 2011


     [ https://issues.jboss.org/browse/RF-11576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

       



More information about the richfaces-issues mailing list