parameter in session

2002-10-28 Thread Marcus Biel
Hi, I got an select box, where you can select a value. When you hit submit, you get displayed a list of data records that fit to that value. But the selected value should get stored for the whole session, so if you hit on edit or delete that you directly get displayed the table, wihout selecting

Re: parameter in session

2002-10-28 Thread Affan Qureshi
I think placing the Form Bean in the session scope will help. /* A - Original Message - From: Marcus Biel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 28, 2002 4:57 PM Subject: parameter in session Hi, I got an select box, where you can select a value. When you hit

Re: parameter in session

2002-10-28 Thread Marcus Biel
, 2002 4:57 PM Subject: parameter in session Hi, I got an select box, where you can select a value. When you hit submit, you get displayed a list of data records that fit to that value. But the selected value should get stored for the whole session, so if you hit on edit or delete