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 TabbedPanel. The one without the TabbedPanel creates and updates my models correctly, I see the changes in the database. The one with the TabbedPanel works for creating new objects, but when editing existing ones, the update's doesn't seem to propagate to my models. I use a DetachableLoadableModel. I see the model load, but when the Hibernate POJO is sent back to the persistence layer, it contains all unmodified fields....
Do I need to take special actions when using forms inside TabbedPanels? -- Martijn Lindhout JointEffort IT Services http://www.jointeffort.nl [EMAIL PROTECTED] +31 (0)6 18 47 25 29
