Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to pass jsp value through html link to another jsp page

843840Jul 12 2008 — edited Jul 12 2008
Admin.jsp

In this page i have the following:

1. Drop Down Box - which gets populated by emp_id from the database
2. HTML link to Update Seat No. ---- link to Admin2.jsp
3. HTML link to Extn Seat No. --------- link to Admin3.jsp
4. HTML link to Mobile Seat No. ---- link to Admin4.jsp
5. HTML link to Email Seat No. ---- link to Admin5.jsp

Admin2.jsp

In this page i provide the user with the old value of Seat No. from the database based upon the selection of emp_id made in Admin.jsp

But the problem i m facing is the value of emp_id selected by the user in Admin.jsp is not passing to Admin2.jsp
i have tried using hidden variable in Admin.jsp but they r not working
Probably there is a method to pass value along with html link
if anyone could help plz
thanx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2008
Added on Jul 12 2008
1 comment
406 views