I created a bugreport for it with id 1474136 (http://sourceforge.net/tracker/index.php?func=detail&aid=1474136&group_id=119783&atid=684975).

Regards,
Dave


Johan Compagner wrote:
hmm that is not as easy is i thought it would be.
Can you make a bug report for this?

CheckGroup is also such a component that doesn't set the collection back.

johan


On 4/21/06, *Johan Compagner* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    ahh now i rember what the problem was.
    ModelChanging/ModelChanged is called 2 times then

    this we do now:

                modelChanging();
                selectedValues.clear();
                selectedValues.addAll ((Collection)getConvertedInput());
                modelChanged();

    i can't call setModelObject(selectedValues); after that or in
    between that. Because that will also call modelChanging()/Changed()
    I guess i have to copy what setModelObject() does then and remove
    the checks.

    johan




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to