<%@ page import="model.User" %> <%@ page import="model.Resource" %> <%-- Created by IntelliJ IDEA. User: Jose Date: 07/06/2018 Time: 16:39 To change this template use File | Settings | File Templates. --%> <% Resource = (Resource) request.getAttribute("Resource"); User userLogged = (User) request.getAttribute("UserLogged"); boolean editAllowed = (Boolean) request.getAttribute("editAllowed"); String action = (String) request.getAttribute("action"); %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%=action%> a User - Hotel Services

<%=action%> a User

<% if (editAllowed) {%>
Name:


Status:

<% } else {%>
Url: <%=resource.getUrl()%>
Email: <%=resource.getStatus()%>
<% } %>

arrow_backGo Back