I have been struggling with the very same problem. So you say pre-populate the map/list. Would you make that a separate data structure, or part of the object already being passed? Let's say it's separate, just add the Map/List to the action, create setter and getters, and make sure and recreate the list when ever a function of the action is called that returns to the page where you display the list and the choices?

Dave Newton-4 wrote:
--- Torsten Römer <[EMAIL PROTECTED] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=10769733&i=0>> wrote:
> I see there is no point in what I am trying to do.

Oh, I don't know about that.

You could use a map (or list) for the checkbox values
and gather up the result values that way, couldn't
you?

You just need to pre-populate the map (or list) in the
action before hitting the view.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to