7778798081828384858687
if (form.hasWritableAttributes()) form.setToolsCallback(new AddressableFormCallback(address)); formContainer.add(form); form.edit(model.getValue()); } else { formContainer.add(new HTML("No configurable attributes available.")); }