Suppose I have a Vector v i wish to iterate over and each element of v
is another Vector that I wish to iterate over again, how can this be
accomplished using iterate?


 <logic:iterate collection ="v">
Next element is <bean:write name="element" property="value"/>
</logic:iterate>

thanks!!

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

Reply via email to