[jboss-user] [JBoss Seam] - Re: Using Seam with Facelets and EL Parameters

dustismo do-not-reply at jboss.com
Fri Dec 14 17:26:09 EST 2007


Looks like your syntax is wrong..

Things to check

you have a bean named 'SecurityManager'?
i.e.

  | @Name("SecurityManager")
  | 

you have a variable in the current context called "View_Position"?
That is, assuming you didn't mean to write:


  | rendered="#{SecurityManager.isAllowed('View_Position')}">
  | 



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

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



More information about the jboss-user mailing list