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