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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending variable between jsp's

Status
Not open for further replies.

sarah19

Programmer
May 13, 2005
2
FR
how would I send a variable from one jsp to another jsp?

eg:

String Name = rs.getString("fldFirstName");

to be retrived in the second jsp as ?

I know how to send a variable across via an input box with the submit button, but have had little success otherwise - I realise this is a very simple question - but any help would be appreciated ...

cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top