[jboss-user] [JBoss Seam] - Re: Method binding with variable as a parameter allways is n
deved
do-not-reply at jboss.com
Wed Jun 20 22:11:32 EDT 2007
Hello Gavin. The argument is always null. I'm using Jboss-4.2.0.GA, Jboss Seam-1.3.0.ALPHA, richfaces-3.0.1 and ajax4JSF-1.1.1. I think that the problem is in the rich:tree component.
It is posible?
Another problem that i have is that the s:link do not redirect to the view (action="#{menu.redirect(item)}").
At the moment I am using the button to redirect, but the argument is even null.
| <rich:tree switchType="ajax" value="#{menu.tree}"
| var="item" nodeFace="#{item.type}">
| <rich:treeNode type="url">
| <s:button value="#{item.text}" action="#{menu.redirect(item)}"/>
| </rich:treeNode>
| </rich:tree>
|
I need help?
thanks!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056256#4056256
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056256
More information about the jboss-user
mailing list