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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -