cancel
Showing results for 
Search instead for 
Did you mean: 

LinkToAction cell in Table Problem

Former Member
0 Kudos

hi,all

     I want get Table cell value or row num when i click the table cell.So i use the LinkToAction cell in Table.But When i Click the Link in Cell ,the node bind to table getLeadSelection method did not changed automatic follow the Click.i have to chose the table row to change it.

     How can i make it change automatic?Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

when you click the link, in the event handler you can get the context element which you touched.

Mapping Event Parameters to Action Parameters - Developing Java Web Dynpro Applications - SAP Librar...

no need to change the lead selection in order to get the selected element.

if your only purpose is to the change the lead selection, you can do it after you get that context element in the event handler

Former Member
0 Kudos

It's wored Thank you...

Answers (0)