6465666768697071727374
} catch (Exception e) { log().i(key,e); } } try { model.setLayout(new FormLayoutSimpleBuilder(model)); } catch (ParserConfigurationException e) { log().i(e); } return model;
3637383940414243444546
//MFormModel model = form.getLayout().getModel(); MFormModel model = form; if (model.getLayout() == null) try { model.setLayout(new FormLayoutSimpleBuilder(model)); } catch (ParserConfigurationException e) { log().e(e); } layout = model.getLayout();