Hi!
Again, from ugrading 1.3.1 -> 1.4-m1; I agree with another thread that
the mode object contents should be allowed to change (the
implementation survives both situations):
http://mail-archives.apache.org/mod_mbox/wicket-dev/200704.mbox/[EMAIL
PROTECTED]
There is a setter anyways:
// call model.setObject()
try
{
getModel().setObject(selectedValues);
}
catch (Exception e)
{
// ignore this exception because it could be
that there
// is not setter for this collection.
log.info("no setter for the property attached
to " + this);
}
Should I put this up somewhere as a request?
**
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]