[jboss-user] [JBoss Seam] - Re: Newbie question: access session attribute from view
raja05
do-not-reply at jboss.com
Wed Aug 30 14:09:34 EDT 2006
Since you store the "loggedIn" in the session scope, you can use the "rendered" to be something like
<.... rendered="#{loggedIn != null}" />
Seam automatically would look for the loggedIn attribute in all the scopes and you could render the components accordingly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968457#3968457
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968457
More information about the jboss-user
mailing list