Messages API not working as described in reference docs.
--------------------------------------------------------
Key: SEAMFACES-132
URL:
https://issues.jboss.org/browse/SEAMFACES-132
Project: Seam Faces
Issue Type: Bug
Components: Documentation, Messages & i18n
Affects Versions: 3.0.0.Final
Environment: Win 7, 64 bit , maven 3, jdk6, netbeans 7 b2
Reporter: Murali Mohan Rath
Priority: Critical
I found the following code in seam faces documentation.
@Named
public class Example
{
@Inject
Messages messages;
public String action()
{
messages.info("This is an {0} message, and will be displayed to {1}.",
"INFO", "the user");
return null;
}
}
My maven pom has a dependency to seam faces 3.0.0.Final. There are no class named Messages
in seam-faces and seam-international. Messages class is available in seam 2 but don't
have the methods mentioned in the example.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira