Updating a list of objects.

2010-04-01 Thread Andreas Prudzilko
Hi, I have quite complex object conversions in my actions. I usually convert a JSON object to a struts form that I send to an action. List tagSetList; Where TagSet has own List of Tags for example. tagSetList = [{name:'ts1', tags: [{name: t1},{name: t2},{name: t3}]},{name:'ts1', tags: [{name:

[s2] Updating a List of objects

2006-11-06 Thread Mark Menard
I'd just like to be sure that I'm on the right path. I did my first update action that is operating on a List of objects similar to the example from the Showcase. Difference is I can't recreate them, like the Showcase does. So, I got my List of objects from the database, then threw them into a Map