[richfaces-issues] [JBoss JIRA] Created: (RF-2875) table and a4j:commandLink problems
Rainer Flicker (JIRA)
jira-events at lists.jboss.org
Mon Mar 31 06:24:40 EDT 2008
table and a4j:commandLink problems
----------------------------------
Key: RF-2875
URL: http://jira.jboss.com/jira/browse/RF-2875
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RichFaces 3.2.0.CR8
JBoss Seam 2.0.1.GA
JSF 1.2 + Facelets 1.1.14
JBoss 4.2.2.GA
JDK 1.5.0_11
Reporter: Rainer Flicker
Selecting a node in a richfaces tree, combined with an a4j:commandLink results in no action.
The specified action-method is never invoked. It works with Richfaces 3.2.0.CR1.
------ xhtml snippet ---------------------------------------------------------------------------------------------------
<rich:tree ajaxSubmitSelection="true" switchType="ajax" value="#{processTreeModel}" var="pro">
<rich:treeNode>
<a4j:commandLink
value="#{pro.getProcessNumber()} #{pro.getName()}" action="#{tree.nodeSelected(pro)}" bypassUpdates="true" ajaxSingle="true">
</a4j:commandLink>
</rich:treeNode>
</rich:tree>
------------------------------------------------------------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list