Passing select list from one jsp to other jsp

Hi , I have one multiple select list on one jsp . I want to pass this select list to second jsp. Using these values my new select list should get filled.How can I do it ?Thank you.-Wayne
[229 byte] By [wasforce] at [2007-9-26 1:59:39]
# 1
Hi Wayne, you can use request.getParameterValues() to pass select list from one page to other page.-Priya
Priyam at 2007-6-29 3:19:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank you priya !!!!
wasforce at 2007-6-29 3:19:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
you are welcome ! !
Priyam at 2007-6-29 3:19:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...