*/
private void getDettaglioEngine(String key, SourceBean response) throws EMFUserError {
try {
this.modalita = AdmintoolsConstants.DETAIL_MOD;
response.setAttribute("modality", modalita);
Engine engine = DAOFactory.getEngineDAO().loadEngineByID(new Integer(key));
response.setAttribute("engineObj", engine);
} catch (Exception ex) {
SpagoBITracer.major(AdmintoolsConstants.NAME_MODULE, "DettaglioEngineModule","getDettaglioEngine","Cannot fill response container", ex );
HashMap params = new HashMap();
params.put(AdmintoolsConstants.PAGE, ListEnginesModule.MODULE_PAGE);