228229230231232233234235236237
* */ protected void showUserUpdated() throws IOException, SQLException { final TUserUpdated tpl = new TUserUpdated(); getResponse().showHtml( tpl ); }