[richfaces-issues] [JBoss JIRA] (RF-11012) rich:togglePanel inputs in wizard creation accept white spaces as correct values

Brian Leathem (Commented) (JIRA) jira-events at lists.jboss.org
Wed Oct 5 10:13:15 EDT 2011


    [ https://issues.jboss.org/browse/RF-11012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632485#comment-12632485 ] 

Brian Leathem commented on RF-11012:
------------------------------------

According to:
http://andyschwartz.wordpress.com/2009/07/31/whats-new-in-jsf-2/#validation-empty-fields

We could add to the web.xml:
{code}
<context-param>
    <param-name>javax.faces.VALIDATE_EMPTY_FIELDS</param-name>
    <param-value>true</param-value>
<context-param>
{code}

However, this would lead our example away from standard JSF behavior.  As such we are better-off leaving the example as it is, accepting whitespace.
                
> rich:togglePanel inputs in wizard creation accept white spaces as correct values
> --------------------------------------------------------------------------------
>
>                 Key: RF-11012
>                 URL: https://issues.jboss.org/browse/RF-11012
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.0.0.Final
>         Environment: container - tomcat6, demo - richfaces-showcase, sample - Wizard creation
>            Reporter: Juraj Huska
>            Assignee: Brian Leathem
>            Priority: Trivial
>              Labels: ci_issue
>             Fix For: 4.1.0.Milestone3
>
>
> Inputs in the first and second step of wizard creation accept white spaces as correct values, the values of all inputs are required, so it should not accept them.

--
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