Commit acd8641d66063b329d001e61dbe424d87ba6b711
1 parent
4c0ca206
Exists in
master
modificação no maxlength
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
WebContent/WEB-INF/jsp/contato/contato.jsp
... | ... | @@ -7,8 +7,7 @@ |
7 | 7 | <jsp:body> |
8 | 8 | |
9 | 9 | <div> |
10 | - | |
11 | - <c:if test="${not empty mensagem}"> | |
10 | + <c:if test="${not empty mensagem}"> | |
12 | 11 | <label id="tituloAvisos" for="mensagem_${error.campo}">Foram encontrados os seguintes erros:</label> |
13 | 12 | <c:forEach items="${mensagem}" var="error"> |
14 | 13 | <div class="alinName"><a id="mensagemErroCampoVazio_${error.campo}" href="#${error.campo}">${error.mensagem}</a></div> | ... | ... |
WebContent/WEB-INF/jsp/login/login.jsp