tags:

views:

9

answers:

0

I have a DeleteRecordAction, on a table of records with pagination.

Say, if I delete a particular record on page 2, the ActionForward should be on the same page, that is page 2.

mapping.getInputForward() doesn't work for me, since the DeleteRecordAction was the last action registered instead of the page with, ..record.wss?page=2

Any suggestions?

related questions