[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1975) Validation Messages not showing up when using the "for" attribute in <s:decorate>

Herman Chung (JIRA) jira-events at lists.jboss.org
Wed Sep 26 16:51:42 EDT 2007


Validation Messages not showing up when using the "for" attribute in <s:decorate>
---------------------------------------------------------------------------------

                 Key: JBSEAM-1975
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1975
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.0.CR1
         Environment: JBoss AS 4.2.1
            Reporter: Herman Chung


....

        <p>
          <h:outputLabel for="organizationName"
                         value="#{messages['organization.organizationName']}"/>
          <h:inputText id="organizationName"
                       value="#{organizationAction.chosenOrganizationName}"
                       required="true"
                       size="40" styleClass="text"/>
          <s:decorate for="organizationName"/>
        </p>

....

Validation Message would not show up for the field if the field is left blank.

In the AS it writes:  "WARNING: FacesMessage(s) have been enqueued, but may not have displayed"
   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list