Re: passing data between pages

2000-12-20 Thread Mandar Kodal
2:52 PM To: [EMAIL PROTECTED] Subject: passing data between pages whats the best way to send a username and password between jsp pages? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&

Re: passing data between pages

2000-12-20 Thread paul
Why not stick them in the session variable? Then they don't have to even have to be passed explicity (other than the first time). And they're not constantly going over the wire. > whats the best way to send a username and password between jsp pages? > > ==

SV: passing data between pages

2000-12-20 Thread Daniel Kolvik, Autoo
form? -Ursprungligt meddelande- Från: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]För matt Skickat: den 20 december 2000 10:22 Till: [EMAIL PROTECTED] Ämne: passing data between pages whats the best way to send a username and password

Re: passing data between pages

2000-12-20 Thread Shawn Zhu
post method. > -Original Message- > From: matt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 20, 2000 1:22 AM > To: [EMAIL PROTECTED] > Subject: passing data between pages > > > whats the best way to send a username and pa

Re: passing data between pages

2000-12-20 Thread Murphy, Chris (OTS-EDH)
e- From: matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 1:22 AM To: [EMAIL PROTECTED] Subject: passing data between pages whats the best way to send a username and password between jsp pages? === To u

Re: passing data between pages

2000-12-20 Thread Dennis Leary
Would like to know my self. I would like to know how to set REMOTE_USER header and then pass to forward to PL/SQL. >>> matt <[EMAIL PROTECTED]> 12/20/00 04:21AM >>> whats the best way to send a username and password between jsp pages?

passing data between pages

2000-12-20 Thread matt
whats the best way to send a username and password between jsp pages? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".