Hi Experts,
I have a dynamic table with one dynamic column with a LinkToAction column editor. My question is how to find out which link is clicked.
I know we have to use parameter mapping. I have an action with a parameter of type string i.e.
public void onActionLinkComments(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String nodeElement )
and this is how i have done parameter mapping
link.mappingOfOnAction().setString("nodeElement", link.getId());
...
but this simply returns id of link to action
Please suggest a solution. I want to know row index of LinkToAction clicked by user.
Regards
Pranav