Re: To maintain combobox selected

2005-09-08 Thread Frank W. Zammetti
Good! As much as I truly hate being wrong about anything, this is one of those times I'm glad I am :) Frank Laurie Harper wrote: Frank W. Zammetti wrote: On Thu, September 8, 2005 4:20 pm, Wendy Smoak said: From: "Pablo Wawrzyniak" <[EMAIL PROTECTED]> How can I do that a combobox is sel

Re: To maintain combobox selected

2005-09-08 Thread Laurie Harper
Frank W. Zammetti wrote: On Thu, September 8, 2005 4:20 pm, Wendy Smoak said: From: "Pablo Wawrzyniak" <[EMAIL PROTECTED]> How can I do that a combobox is selected after reload the jsp page? Do you mean how can you ensure that the selected item before the submit is selected again? If so...

Re: To maintain combobox selected

2005-09-08 Thread Frank W. Zammetti
On Thu, September 8, 2005 4:20 pm, Wendy Smoak said: > From: "Pablo Wawrzyniak" <[EMAIL PROTECTED]> > >> How can I do that a combobox is selected after reload the jsp page? Do you mean how can you ensure that the selected item before the submit is selected again? If so... Wow, am I missing somet

Re: To maintain combobox selected

2005-09-08 Thread Wendy Smoak
From: "Pablo Wawrzyniak" <[EMAIL PROTECTED]> How can I do that a combobox is selected after reload the jsp page? I have to fill combobox with a countries list, but if I not load it into the session then not appears the combobox filled. The other problem is that the combobox must be selected whe

Re: To maintain combobox selected

2005-09-08 Thread Michael Jouravlev
There is nothing wrong with session scope. You would have to store this information somewhere anyway, so why not just use what is already there. Michael. On 9/8/05, Pablo Wawrzyniak <[EMAIL PROTECTED]> wrote: > How can I do that a combobox is selected after reload the jsp page? > I have to fill c