Re: Action Approach

2010-01-07 Thread Gabriel Belingueres
I think the answer would depend of what your model objects look like. If your Catalog object have 2 boolean variables (active and primary) then holding a Map on your action (session scoped) is a straightforward solution. (name your checkbox "catalogMap[pk].active" and "catalogMap[pk].primary") If

Action Approach

2010-01-07 Thread CRANFORD, CHRIS
All - I am working on an action that takes a set of input and forwards the user to a web page that contains a form with a layout as follows: Active Primary Catalog1[ ][ ] Catalog2[ ][ ] Catalog3[ ][ ] In order to to capture the changes to the checkbox v