o.k i will try with struts tag later.....
But i give like this...whether it will work or not.
<select name="reqidcheck" size="1">
<%for(int i = 0,j=0; i < allreqids.size()&&j <
allreqidsonly.size(); i++,j++){%>
<option
value="<%=allreqidsonly.get(j)%>"><%=allreqids.get(i)%></option>
<%}%>
</select>
Here the value b/w option doesn't tkaes the correct value. Is this for loop
is correct or not?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]