ActionResponse ar = (ActionResponse)((ApplicationsListApplication)this.getApplication()).getPortletResponse();
ar.setPortletMode(PortletMode.VIEW);
}
catch (ReadOnlyException e)
{
feedback.error(getString("pam.details.message.errorReadonly"));
}
catch (Exception oe)
{
feedback.error(getString("pam.details.message.errorPrefs") + oe.getMessage());
}