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:
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
2 matches
Mail list logo