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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...