Seam 3.1.0.Beta3 Bug - Messages NOT displayed
---------------------------------------------
Key: SEAMINTL-72
URL: https://issues.jboss.org/browse/SEAMINTL-72
Project: Seam International
Issue Type: Bug
Components: Messages
Affects Versions: 3.1.0.Beta3
Environment: JBoss AS 7.0.1.Final
Seam 3.1.0.Beta3
Reporter: Luca Cavagnoli
Assignee: Ken Finnigan
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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues