Re: Populating a DynaActionForm with a complex object graph

2004-02-03 Thread Adam Hardy
Hi Doug, your title threw me off the scent a little but I think what you are looking for is nested beans. HTH Adam On 02/03/2004 03:58 PM Doug Dixon wrote: OK, I've starting off down the Map-backed, manual indexing route, and it's grim... It forces me to have model logic in three places - the JSP

RE: Populating a DynaActionForm with a complex object graph

2004-02-03 Thread Doug Dixon
OK, I've starting off down the Map-backed, manual indexing route, and it's grim... It forces me to have model logic in three places - the JSP (to create the keys into the map) and the two action classes (prepopulate, then handle submit). Is there a more elegant way of doing this stuff? (Or are the