try {
if (! request.isAuthorized()) {
throw new InvalidSessionException();
}
Employee employee = (Employee) request
.get(Login.EMPLOYEE);
String[] keywords = { "##LOGIN##", "##NAME##",
"##SERVLET_SERVER_PATH##", "##CLOSE##" };
String[] newWords = { employee.getLogin(), employee.getName(),
Constants.SERVLET_SERVER_PATH,
HTMLCode.closeAdministrator() };
//#if relacional
out.println(Library.getFileListReplace(keywords, newWords, Constants.FORM_PATH + "UpdateEmployee.html"));
//#endif