Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

request a value

Status
Not open for further replies.

sensory21

Programmer
Jan 27, 2004
79
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top