My tag <form:erros path=" "/> isn't been reconized by eclipse -
i have add necessaries dependenceis , lib add in file jsp. don't know else do. can me?
<%@ page language="java" contenttype="text/html; charset=utf-8" pageencoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://www.springframework.ortitle hereg/tags/form" prefix="form"%> <%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<html> head> <meta charset="utf-8"> <title>insert title here</title> </head> <body> <form:form action="/casadocodigo/produtos" method="post" commandname="produto"> <div> <label>titulo</label> <input type="text" name="titulo"> <form:erros path="titulo"/> </div>
u added head tag 'head>' in jsp change '' , try again
Comments
Post a Comment