323324325326327328329330331332
* */ protected void showUserEdit() throws IOException, SQLException { final TUserEdit tpl = new TUserEdit(); getResponse().showHtml( tpl ); }