Hi all. Here is the code:
| <rich:tree switchType="ajax" value="#{menu.tree}"
| var="item" nodeFace="#{item.type}">
| <rich:treeNode type="url">
| <s:link value="#{item.text}"
action="#{menu.redirect(item)}"/>
| </rich:treeNode>
| </rich:tree>
|
The argument item is always null in the backing bean.
I need help? thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056209#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...