On Fri, Jul 24, 2009 at 3:13 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote:
> I would try this: > > <td t:type="loop" source="matrix.columnTypes" value="columnType" > t:index="index"> > > @SuppressWarnings("unused") > @Property > private int index; > > public ColumnType getColumnType() { > return matrix.columnTypes[i]. > } > > public void setColumnType(ColumnType type) { > matrix.columnTypes[i] = type; > } > > As far as I recall, that's similar to my working form. I don't have access > to it anymore, but I'm sure it used to work. :) > The processFormSubmission() code seems to be working, so possibly an issue with bindings, loops and arrays? I don't know enough about the binding code to trace that either. I'll try this pattern here, although it would be nice if the bound array would work without these methods. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/