[jboss-user] [JBoss Seam] - s:link does not work in rich:tree
deved
do-not-reply at jboss.com
Tue Jun 19 10:34:52 EDT 2007
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
More information about the jboss-user
mailing list