Kshama Here

Greenhorn
+ Follow
since Jun 10, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kshama Here

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.
14 years ago
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.
14 years ago