> Would the following work for you? It uses a combination of > CompoundPropertyModel and setObjectModel. > Address address = (Address)form.getModelObject(); > someService.updateAddress(address); > form.setModelObject(someService.getAddress()); > tgt.addComponent(form);
No. I do not have a simple form. I have multiple listchoicess and hierarchical listviews. ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
