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#4056209

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056209
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to