// if (containerId == null || containerId.equals("") || container ==
// null) {
// aga.setStatus("not found");
// return aga;
// }
ElementParameter elemParam = new DefaultElementParameter();
elemParam.setUser(u);
// The serviceMap could be set from the page
elemParam.setServices(serviceMap);
// if langId sent in use that, else it will default to users langId
if (null != langId) {
elemParam.setLangId(langId);
}
elemParam.setOverride(overRide);
// inputAttributes changed to tempAttributes to enable running right js
// initialisation on return
Map<String, String> html = new TreeMap<String, String>();
Map<String, String> js = new TreeMap<String, String>();