[gatein-issues] [JBoss JIRA] (GTNPORTAL-2309) MandatoryValidator is not triggered when UIFormStringInput is readonly

kien nguyen (Created) (JIRA) jira-events at lists.jboss.org
Tue Nov 29 02:45:40 EST 2011


MandatoryValidator is not triggered when UIFormStringInput is readonly
----------------------------------------------------------------------

                 Key: GTNPORTAL-2309
                 URL: https://issues.jboss.org/browse/GTNPORTAL-2309
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: kien nguyen
             Fix For: 3.2.0-CR01


Example:
In statement
{code}
UITemplateForm.java
// Some comments here
templateTab.addUIFormInput(new UIFormStringInput(FIELD_LABEL, FIELD_LABEL, null).addValidator(MandatoryValidator.class).setEditable(false)) ;
{code}
Mandatory check is not executed after submiting form with no input in UIFormStringInput

--
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 gatein-issues mailing list