You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Henrik Chua <ch...@columbusgroup.com> on 2001/12/01 04:31:23 UTC

iterator tag

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>