how to pass jsp value through html link to another jsp page
843840Jul 12 2008 — edited Jul 12 2008Admin.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