Displaying the Selected Data in the Next Page Upon Selection?

Hi,

In my first page i have a list of data set in a displayTag with a

radio button as a decorator. When the user clicks the a particular

radiobutton the whole data (record) related to that radiobutton be selected and when the user clicks a button at the bottom the whole(selected data) should be transferred to the next page(jsp page). How

to do this? The displayTag is using a formbean . How to get the data

from the selected record and populate it in the next page ?

Please do provide an answer for this Since it is quite urgent...

Thanks,

--JavaCrazyLOVER

[615 byte] By [JavaCrazyLovera] at [2007-10-2 8:54:43]
# 1
It all depends on how you have the data displayed in the table? If u have that information in Session (some kind of array), all you need to do is loop and then find the particular record and display it.
pazhanikanthana at 2007-7-16 22:58:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...