| Author |
html select box - values getting lost
|
Kshama Here
Greenhorn
Joined: Jun 10, 2009
Posts: 2
|
|
Hi All,
I having a situation in my code...
-> I have a two html: select box with multiple="true" in my jsp.
-> There's a link on my page, which redirects the user to different jsp.
When, select some values in my multi select box and click on that link and again redirect top my jsp the select box values (selected) are getting lost.
Both the jsps are using the same formBean... and the scope is 'session'.
There are other controls as well in the my page apart from the select box... however, those are getting retained.
Any help is appreciated.
|
 |
Kshama Here
Greenhorn
Joined: Jun 10, 2009
Posts: 2
|
|
Hi All,
I having a situation in my application...
-> I have two html:select box with multiple="true" in my jsp.
-> There's a link on my page, which redirects the user to different jsp.
When, I select some values in my multi select box and click on that link and again redirect to my jsp the select box values (selected) are getting lost.
Both the jsps are using the same formBean... and the scope is 'session'.
There are other controls as well in the my page apart from the select box... however, those are getting retained.
Any help is appreciated.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Welcome to the Ranch Kshama.
Please check your private messages for an important administrative matter.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: html select box - values getting lost
|
|
|