[jboss-user] [JBoss Seam] - Seam JSF EL Enhancement and s:link with RichFaces
deved
do-not-reply at jboss.com
Thu Jun 21 08:48:13 EDT 2007
Hi. I'm using Jboss Seam-1.3.0.ALPHA and RichFaces. Here is the code:
| <rich:tree switchType="ajax" value="#{menu}"
| var="item" nodeFace="#{item.type}" binding="#{menu.htmlTree}">
| <rich:treeNode type="leaf">
| <s:button value="#{item.text}" action="#{menu.redirect(item)}" style="padding: 0px; margin: 0px; color:black; background: white; border:0px;cursor: pointer;"/>
| </rich:treeNode>
| </rich:tree>
|
The argument "item" is always null and none exception is throwing. If I replace the s:button with the s:link did not work at all.
This happens with RichFaces only.
I need help? thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056457#4056457
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056457
More information about the jboss-user
mailing list