[
https://issues.jboss.org/browse/SEAMFACES-132?page=com.atlassian.jira.plu...
]
Brian Leathem commented on SEAMFACES-132:
-----------------------------------------
Messages is in Seam Solder, which is a dependency of both Seam Faces and Seam
international, and should be pulled in by maven. Are you getting an actual error, or are
you just unable to locate the class?
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