How about the important snippets :) In the Form: public Object[] getGroup() { return group.toArray(); }
In the jsp: <nested:root> <nested:iterate property="group" id="g"> // this is the line that dies <nested:write property="name"> // .... other writes and fun things </nested:iterate> </nested:root> Quoting Rick Reumann <[EMAIL PROTECTED]>: > On Wed, 12 Mar 2003 15:48:58 -0600 > [EMAIL PROTECTED] wrote: > > > So, if the ArrayList is the right way to go... Why does it explode in > > the majority of the environments (all developers except for me, and > > all servers) and Object[] works? > > Very odd. Before switching to JSTL for tag, I used Collections all the > time in iterate. > > Maybe you could post the exact form bean definition and the iterate > portion of you code in the jSP. > > -- > Rick Reumann > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]