%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
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} |