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
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