Is there any simple example that shows how i can link page from one page to
another page.
e.g.
I have one jsp that shows user list
USER ID USE NAME LOCATION
PHONE
======= ================== ====================== ====================
00001 TAHIR IQBAL TORONTO
416-246-7831 edit / delete
00002 CRISTINA ZANG NEW YORK
915-575-2356 edit / delete
I want when i click on edit the control should goes to editUser.jsp and
populate all the fields with the information.
I look at strut mailing example but that is to compleated for me to
understand specially Linksubscription / Linkuser tags.
Anyone can have good idea how i can accomplish this with simplest solution.
Thanks,
TAHIR IQBAL