Hi,
Im looking for the syntax for retrieving a value from one jsp page to another, I know about this:
String val = request.getParameter("id");
but I think it works if it comes from a html tag but what I need is
in staff.jsp I have:
String val = xstaff_id;
and I want to retrieve it from admin.jsp
can you help?
Cheers
Vero
Im looking for the syntax for retrieving a value from one jsp page to another, I know about this:
String val = request.getParameter("id");
but I think it works if it comes from a html tag but what I need is
in staff.jsp I have:
String val = xstaff_id;
and I want to retrieve it from admin.jsp
can you help?
Cheers
Vero