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
Components: portal
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