From b4c083cae16cd74397dc62d8a6ae4ff6176da5c7 Mon Sep 17 00:00:00 2001 From: gibran Date: Fri, 3 Jun 2016 14:59:32 -0300 Subject: [PATCH] criação de função para criar ancoras para os campos obrigatórios. --- src/main/webapp/WEB-INF/jsp/contato/index.jsp | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/contato/index.jsp b/src/main/webapp/WEB-INF/jsp/contato/index.jsp index e2d9465..49f5e6c 100644 --- a/src/main/webapp/WEB-INF/jsp/contato/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/contato/index.jsp @@ -1,6 +1,7 @@ <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@taglib prefix="t" tagdir="/WEB-INF/tags" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> @@ -10,8 +11,7 @@ Você está em:
  • -
  • ASES
  • - +
  • ASES
  • | Contato
  • @@ -23,17 +23,31 @@ +
    -
    ${mensagem}
    + ${mensagem}
    + +
    + + + +
    Formulário de Contato -- libgit2 0.21.2