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

Herman Chung (JIRA) jira-events at lists.jboss.org
Thu Sep 27 15:36:42 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1975?page=all ]

Herman Chung closed JBSEAM-1975.
--------------------------------


Fixed in CR2

> 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
>         Assigned To: Pete Muir
>             Fix For: 2.0.0.CR2
>
>
> ....
>         <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