[
http://jira.jboss.com/jira/browse/JBSEAM-2454?page=all ]
Pete Muir closed JBSEAM-2454.
-----------------------------
Resolution: Rejected
Assignee: Pete Muir
Both events are currently raised, with org.jboss.seam.notLoggedIn being deprecated, and
slated to be removed in Seam 2.1.
Pages raises event "org.jboss.seam.notLoggedIn",
Documentation uses "org.jboss.seam.security.notLoggedIn"
---------------------------------------------------------------------------------------------------------
Key: JBSEAM-2454
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2454
Project: JBoss Seam
Issue Type: Bug
Components: Documentation, Security
Affects Versions: 2.0.1.CR1
Reporter: Thomas März
Assigned To: Pete Muir
Priority: Minor
org.jboss.seam.navigation.Pages
protected void notLoggedIn()
{
Events.instance().raiseEvent("org.jboss.seam.notLoggedIn");
FacesMessages.instance().addFromResourceBundleOrDefault(
FacesMessage.SEVERITY_WARN,
"org.jboss.seam.NotLoggedIn",
"Please log in first"
);
}
Documentation:
http://docs.jboss.com/seam/2.0.1.CR1/reference/en/html/security.html#d0e7094
http://docs.jboss.com/seam/2.0.1.CR1/reference/en/html/security.html#d0e7997
--
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