<%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Charm Profiles <%@ include file="style.html" %> <%@ include file="header.jsp" %>
${wordBundle.getWord("email")}
${wordBundle.getWord("name")}
${wordBundle.getWord("surname")}
${wordBundle.getWord("status")}
${wordBundle.getWord("age")} -

id ^

${wordBundle.getWord("email")} ^

${wordBundle.getWord("name")} ^

${wordBundle.getWord("surname")} ^

${wordBundle.getWord("age")} ^

${wordBundle.getWord("status")} ^

${wordBundle.getWord("role")} ^

${profile.id}

${profile.email}

${profile.name}

${profile.surname}

${profile.age}

${profile.role}

<%@ include file="footer.jsp" %>