Hello, all wicket users and developers! Wicket is 1-4-SNAPSHOT (not revision 737998, it is not compiling for test failures).
I have a simple form for GoodPrice object edit. List of objects have a link that sets PanelModel.goodPrice to currently editing object. This is how I create my form with compound model: Form form = new Form("edit", new CompoundPropertyModel<GoodPrice>( new PropertyModel<GoodPrice>(panelModel, "goodPrice"))); Everything works okey until I have form submit error. If I leave my error form (don't want to continue editing) then model is "frozen" with that error object. New selections from list of objects update model but form continues to work with error object. What it can be? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org