Igor, Igor Vaynberg wrote:
sounds like you are caching the list inside model returned by new PropertyModel( getModel(), "thermometers") getModel() there.
This is not the case. the thermometer is removed from parent entity and the parent itself is being persisted, so memory model is in sync with database.
If I remove child panels from list then everything works fine. If the list was cached as you suggest then even after removal the return page would show the removed thermometer, which it does not.
-- Leszek Gawron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
