Re: Model update doesn't work with TabbedPanel?

2008-02-15 Thread Martijn Lindhout
ok, shame on me. The two cases were not so identical as I said. This was the problem: The working scenario had this: TextField naamField = new TextField("naam", new PropertyModel(getModel(), " naam.value")); The not working one this: INawGegevens naw = ((IMedewerker)getModel)).getNawGegevens();

Model update doesn't work with TabbedPanel?

2008-02-15 Thread Martijn Lindhout
Hi all, I have two 'almost' identical situations, both are using a plain form updating a simple Hibernate POJO. The same code is used for creating new entities and editing existing ones. One situation is really plain in the sense that it is just that, the other one is that the form is wrapped in a