i have a mulitple select box so my post looks something
like.
?cboExecutives=rolf&cboExecutives=tehjile...
(so cboExecutives is used over and over for each selected)
When I use request.getParameter it only takes the first one,
(ie rolf) how do i have it loop to collect all the data?
Thanks
Ryan
like.
?cboExecutives=rolf&cboExecutives=tehjile...
(so cboExecutives is used over and over for each selected)
When I use request.getParameter it only takes the first one,
(ie rolf) how do i have it loop to collect all the data?
Thanks
Ryan