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