[richfaces-issues] [JBoss JIRA] Commented: (RF-2875) table and a4j:commandLink problems

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Mar 31 14:42:40 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2875?page=comments#action_12405993 ] 
            
Nick Belaevski commented on RF-2875:
------------------------------------

Didn't work when preserveModel="request"

> 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
>         Assigned To: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> 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