hi all,
Iam a bit confused with the functionality of html:select tag.
Iam able to get everything working, except for one function.

My problem is iam not able to retain the values selected on (same)page
submission in the select tag if the selection is more than one element.
I looked up the code,the 'value' attribute in the select element is being
processed as string when page reloads.so only the last of the selected
items comes out as selected when the page reloads.
I would like to retain all the values selected.how do i pass an array
of strings which can be matched with the whole select tag elements ?
There should be a way for it,but iam unable to figure it out.
Can anyone share some ideas ?
thanks
Naveen


my code is something like this :
        <td align="center"><html:select name="RESULTS"
property="strategySelect" size="1" value="<%=selectedStrategy%>"
multiple="true">
   <html:options collection="options" property="value"
labelProperty="label"/></html:select></td>



begin 666 Wipro_Disclaimer.txt
M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BI$:7-C;&%I;65R*BHJ*BHJ*BHJ
M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ#0H-"DEN9F]R;6%T:6]N(&-O
M;G1A:6YE9"!I;B!T:&ES($4M34%)3"!B96EN9R!P<F]P<FEE=&%R>2!T;R!7
M:7!R;R!,:6UI=&5D(&ES( T*)W!R:79I;&5G960G(&%N9" G8V]N9FED96YT
M:6%L)R!A;F0@:6YT96YD960@9F]R('5S92!O;FQY(&)Y('1H92!I;F1I=FED
M=6%L#0H@;W(@96YT:71Y('1O('=H:6-H(&ET(&ES(&%D9')E<W-E9"X@66]U
M(&%R92!N;W1I9FEE9"!T:&%T(&%N>2!U<V4L(&-O<'EI;F<@#0IO<B!D:7-S
M96UI;F%T:6]N(&]F('1H92!I;F9O<FUA=&EO;B!C;VYT86EN960@:6X@=&AE
M($4M34%)3"!I;B!A;GD@;6%N;F5R( T*=VAA='-O979E<B!I<R!S=')I8W1L
M>2!P<F]H:6)I=&5D+@T*#0HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ
M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ
$*BH-"@  
end


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to