On Wed, 21 Nov 2007, Michael Laccetti wrote: > So, the questions seem to be: why is the model not being populated (even > though I can see via Firebug that they are being submitted), and how can I > save the state of the repeating view across repaints?
Make sure that there are no validation errors. Also you could search this list on Nabble looking for "repeaters in forms" or something such, because I think that there's something tricky to it. It might have to do with the fact that repeater items are typically recreated on every render. I'm not sure about RepeatingView but at least with ListView you had to call setReuseListItems(true) or something like that. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
