Update index.jsp

master
aqpcalel 2018-06-16 01:13:34 -05:00 committed by GitHub
parent 2baa14d9fe
commit 2cf37c25da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<% User usuario = (User) request.getAttribute("User"); %>
<% List<Resource> recourseList = (List<Resource>) request.getAttribute("ResourceList");%>
<% List<Resource> resourceList = (List<Resource>) request.getAttribute("ResourceList");%>
<html lang="es">
<head>
<title>Resources - Hotel Services</title>