[jboss-user] [JBoss Seam] - ...rendered="#{}" and s:link

sherkan777 do-not-reply at jboss.com
Thu Dec 21 07:01:54 EST 2006


Hi,
I have seam link like:
<s:link value="myLink" action="#{bbBean.action}" rendered="#{loggedIn != null}"/>

why rendered doesn't works here?
I have object in session scope loggedIn, and when object is != null I want to  render him. h:commnadLink works fine...

<h:commandLink value="myLink" action="#{bbBean.action}" rendered="#{loggedIn != null}"/> 

can anyone tell me why s:link don't interpate "rendered"?

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

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



More information about the jboss-user mailing list