Skip to Content
0
Former Member
Mar 02, 2009 at 01:44 PM

How to change table LeadSelection through embedded Button

151 Views

Hi everyone,

I'm currently facing an unusual problem. I'm developing a simple web dynpro java application, which targets mobile devices.

The application consists one view with a table, displaying data and a button for each row.Clicking the button fires a plug to the details view, where the details for the row, where the button was located should be displayed.

Since the requirements for this application demand this button, i am unable to use the normal way, where I just make the table rows selectable and then proper node mapping handles the rest.

So now the question is, how I can get the rowIndex of the row where the button is triggered, to set the lead selection accordingly.

I hope somebody has a solution for this.

Kind Regards,

Carl Heckmann