Hi all. I'm using the rich:tree component. Here is the code:
<rich:tree switchType="ajax" value="#{menu.tree}"
| var="item" nodeFace="#{item.type}">
| <rich:treeNode type="none">
| <h:outputText value="#{item.text}" />
| </rich:treeNode>
| <rich:treeNode type="url">
| <s:link value="#{item.text}" view="#{item.url}"
/>
| </rich:treeNode>
| </rich:tree>
The s:link in the treeNodes does not work.
Any ideas?
Thanks. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055660#4055660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055660
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user