<%@ 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")}

${profile.id}

${profile.email}

${profile.name}

${profile.surname}

${profile.age}

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