Hi

i am using the logic:iterate to display the content in <select> and want to another 
array in the option value at the same time
I want
---
<select>
<option value="L">List</option>
<option value="V">Vector</option>
</select>

but using the <logic:iterate>
able to print this

<select>
<option value="0">List</option>
<option value="1">Vector</option>
</select>

what ever i have to use for first result

regards

Shashi



Reply via email to