7475767778798081828384858687
* */ protected void showConsole() throws IOException { final TConsole tpl = new TConsole(); tpl.setProperties( getProperties() ); tpl.setLocale( getLocale() ); tpl.setUser( getUser() ); getResponse().showHtml( tpl.makeRenderer() ); }