Hi!

how can I use the iterate tag on an arraylist in my form bean to display the
elements in the arraylist

the bean name = BEAN
the ArrayList of strings is Arr 

<logic:iterate id="element" name="BEAN" property="arr" >  
        <bean:write name="element" property="arr" />
</logic:iterate>

is this correct?

thanx in advance
h



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

Reply via email to