[jboss-user] [JBoss Seam] - Re: Newbie question: access session attribute from view

stan.silvert@jboss.com do-not-reply at jboss.com
Thu Aug 31 14:37:59 EDT 2006


For what it's worth, #{sessionScope.loggedIn} should be a little faster.  "sessionScope" is an implicit object.  Implicit objects are always evaluated first by the ELResolver.  Searching of all the scopes usually happens last.

Stan

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968730#3968730

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968730



More information about the jboss-user mailing list