[jboss-user] [JBoss Seam] - Method binding with variable as a parameter allways is null
deved
do-not-reply at jboss.com
Wed Jun 20 18:08:51 EDT 2007
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
More information about the jboss-user
mailing list