[ 
https://jira.jboss.org/jira/browse/RF-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dubovsky closed RF-4929.
----------------------------------

    Assignee: Alexander Dubovsky


> a4j commandLink not invoking action method in action class
> ----------------------------------------------------------
>
>                 Key: RF-4929
>                 URL: https://jira.jboss.org/jira/browse/RF-4929
>             Project: RichFaces
>          Issue Type: Bug
>         Environment: Dev: Windows 9X
>            Reporter: Durgesh Vasmatkar
>            Assignee: Alexander Dubovsky
>
> Hello,
> I am using a4j commandLink in a rich:dataTable as below
> <rich:dataTable value="#{callLogAction.callsLogged}" var="callLogBean">
>        <rich:column>
>               <a4j:commandLink id="lnkCallDetails" 
> action="#{callLogAction.loadPreviousCallDetails}">
>                          <h:outputText value="#{callLogBean.dateStamp}" />
>               </a4j:commandLink>
>       </rich:column>
> </rich:dataTable>
> Somehow, loadPreviousCallDetails method in action class callLogAction is not 
> invoked.
> But if i write just like below (outside rich:dataTable)
>               <a4j:commandLink id="lnkCallDetails" 
> action="#{callLogAction.loadPreviousCallDetails}">
>                          <h:outputText value="#{callLogBean.dateStamp}" />
>               </a4j:commandLink>
> action method is invoked.
> Please help !!!
> Durgesh

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to