Bugs item #1229359, was opened at 2005-06-28 22:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1229359&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.0.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Igor (ivaynberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: ListMultipleChoice.updateModel clears collection every time

Initial Comment:
in the HEAD the updateModel() in ListMultipleChoice
will clear the specified model collection every time;
however, this should only be done once per
collection/request.

usecase:

when editing a user a few ListMultipleChoice components
can be used to represent partitions of all possible
user-roles. however, the roles are stored in a single
set in the user model. currently only selection from
the last processed ListMultipleChoice will be added to
the model.

a simple solution is to keep track of cleared
collections in request.attributes

it would also be nice to have access to
request.attributes through RequestCycle.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1229359&group_id=119783


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to