Thanks Igor, But I would really like to avoid the extra methodcall everywhere I change the modelobject, especially if it means exposing the form outside of the Panel. I'm looking more for a solution that allows the panel/form to detect whenever someone else has changed its model. This way the rest of my code just has to know that there is a model to update and a panel to repaint and nothing more.
Just out of interest though, from your answer I deduct that for my case it's better to call form.modelchanged() over form.clearInput(), right? 2010/1/4 Igor Vaynberg <[email protected]> > call form.modelchanged() > > -igor >
