I'm dealing with my first loop-and-form and it's not behaving as I'd hoped, so I'm looking for some thoughts. Basically -- I've got a dnyamic number of columns and I want to be able to define the data type of the column in a header cell using Enums.
So, in essence, I've got an array of null enums, and I want to iterate across, populate a select for each within a form, submit the values and save them. The selects render with the enum values, but when it comes to validation, the array to which I bound the selects is still an array of nulls, even though I've changed the selected item in the select box. These aren't entities, I don't need a primary key encoder -- is this a problem because I want to replace the value rather than, say, edit the content of a mutable object? Thoughts on how to address this properly in Tapestry? Thanks - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/