I have a JSP page which display a resultset from database, that look something like this
Name1 Age1 Address1 City1 State1
I want to display this result set and also display a edit and View button such as
Edit View Name1 Age1 Addres1 city1 state1
Edit View Name2 Age2 Address2 City2 State2
And I also want to add functionaly such that on click Edit, that particular record is edited ( in different JSP)
or on CLick View that particular record is seen in View Mode.
what are the ways to achieve this ?
Any hints or pointers to design this will be appreciated.
Thanks a lot.
Name1 Age1 Address1 City1 State1
I want to display this result set and also display a edit and View button such as
Edit View Name1 Age1 Addres1 city1 state1
Edit View Name2 Age2 Address2 City2 State2
And I also want to add functionaly such that on click Edit, that particular record is edited ( in different JSP)
or on CLick View that particular record is seen in View Mode.
what are the ways to achieve this ?
Any hints or pointers to design this will be appreciated.
Thanks a lot.