UIInputContainer shouldn't infer required based on a value having a constraint
------------------------------------------------------------------------------

                 Key: SEAMFACES-201
                 URL: https://issues.jboss.org/browse/SEAMFACES-201
             Project: Seam Faces
          Issue Type: Bug
          Components: UI Components
    Affects Versions: 3.1.0.Beta2
            Reporter: Cody Lerum


The registerInput method should not assume that the field is required if a 
field simply has a constraint

@Length(min=10,max=10) could be valid on a string even if the string is null. 

Required should only be set if the user declares required

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to