0

我的 jsp 中有两个列表框,其中我根据用户之前的下拉选择动态检索第一个列表框的值。然后,用户可以选择将选定的值从第一个列表框移动到第二个列表框。我想在我的操作类中检索第二个列表框的值。我尝试了以下但没有成功。请帮忙...

String[] listbox = request.getParameterValues("ToLB");

以下是我需要从中检索值的第二个列表框,

<select multiple size="8" name="ToLB" style="width:278px;" id="customerListToId"></select>
4

1 回答 1

0

自己解决了.. jQuery 为上述问题工作..

于 2012-11-10T12:16:13.833 回答