[seam-issues] [JBoss JIRA] (SEAMFACES-218) Seam 3.1.0.Beta3 Bug - Messages NOT displayed

Ken Finnigan (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 1 15:10:45 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFACES-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Finnigan updated SEAMFACES-218:
-----------------------------------

           Assignee:     (was: Ken Finnigan)
    Forum Reference: http://seamframework.org/Community/Seam310Beta3BugMessagesNOTDisplayed  (was: http://seamframework.org/Community/Seam310Beta3BugMessagesNOTDisplayed)

    
> Seam 3.1.0.Beta3 Bug - Messages NOT displayed
> ---------------------------------------------
>
>                 Key: SEAMFACES-218
>                 URL: https://issues.jboss.org/browse/SEAMFACES-218
>             Project: Seam Faces
>          Issue Type: Bug
>          Components: Messages & i18n
>    Affects Versions: 3.1.0.Beta3
>         Environment: JBoss AS 7.0.1.Final
> Seam 3.1.0.Beta3
>            Reporter: Luca Cavagnoli
>              Labels: messages
>
> I opened the security-idmconsole example included in 3.1.0.Beta3
> I created a controller that has the following:
> @Inject org.jboss.seam.international.status.Messages messages;
> public void save() {
>     messages.info("Here is an info message!");
>     messages.warn("Here is a warning message!");
>     messages.error("Here is an error message!");
> }
> I deployed the project in JBoss AS 7.0.1.Final
> The messages are NOT being displayed in the page.
> If I remove the <h:messages> component from the page, I do NOT even get the "WARNING: FacesMessage(s) have been enqueued, but may not have been displayed." warning. 

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