Corrupt dataprovider? Help.

I have a webpage with one table reading data from datab aase (only 1 table). When selecting a row and going to second webpage for details I want to use the same dataprovider on this second page to update the information. When selecting the second row on page one this information shows on the second page. When returning to the first page by pressing a button ( linked by pagenavigation) this second row becomes also the first row. This happens for every row in the table on the first page.

What do I do wrong? Or is it something I don't understand quit well?

Please help.

Thx,

Robert

[617 byte] By [robvanrossuma] at [2007-11-27 4:49:57]
# 1
It sounds like it's using the row key of the selected row to populate the first row. Try using setCursorRow(RowKey rowKey) to make sure the cursor is properly positioned.You may have to save the row key in a session bean.
Futeleufu_Johna at 2007-7-12 10:03:07 > top of Java-index,Development Tools,Java Tools...