You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Eric C. Hein" <gr...@mindspring.com> on 2002/12/23 03:10:12 UTC

Iterate Tag Implementation

I have a form "myForm" with a property "myProperty" that is a String array.  I want to set a javascript array to the contents of a myProperty.  I think I need to use an iterate tag in combination with the <bean:write/> tag but I cannot figure out from the javadocs how to do this. 

Can anyone post some sample code?

Thanks