[seam-issues] [JBoss JIRA] Created: (SEAMFACES-201) UIInputContainer shouldn't infer required based on a value having a constraint
Cody Lerum (JIRA)
jira-events at lists.jboss.org
Tue Sep 13 17:53:26 EDT 2011
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
More information about the seam-issues
mailing list