JSONObject parent = new JSONObject();
parent.put("xtype", "dialogfieldset");
parent.put("border", false);
parent.put("padding", 0);
parent.accumulate("items", widget);
parent.write(response.getWriter());
}
@Activate
protected void activate(Map<String, Object> props) {