On Fri, 22 Feb 2013 13:23:20 -0800 (PST) grazia <[email protected]> wrote:
> If the form contains a panel, and that panels contains a textfield, > and all share the same IModel<MyClass>, this is what I see: > the textField model gets updated, but not the panel's model and not > the form's model. > > It seems I am missing something with the panels ... it is as if they > were some sort of barrier ... Can you show us some code? The textfield presumably should be working on an IModel<String> - what are the other models? Try pasting your form, panel and textfield code somewhere so we can have a look. Carl-Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
