[richfaces-issues] [JBoss JIRA] Updated: (RF-4929) a4j commandLink not invoking action method in action class

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Dec 5 00:18:36 EST 2008


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

Nick Belaevski updated RF-4929:
-------------------------------

    Component/s:     (was: portal)


Description of the case in incomplete, please add more details

> 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
>
> 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

        



More information about the richfaces-issues mailing list