<logic:iterate id="myCollectionElement" name="list">
  Do something with myCollectionElement
</logic:iterate>

How do i get the Position value of a particular element in say a Vector when 
i use the iterate tag.Sample snippet would be like,
<pre>
Vector v has some String elements..
for(int i =0 ; i < v.size(); i++)
{
   out.println(v.elementAt(i));
}
</pre>
Question is: How do i get the i-th element from Vector V when i use the 
Iterate Tag..

Please Respond.
Thanks,
Raghu..
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to