Answers for "spring mvs form tag"

5

form taglib in jsp

<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
Posted by: Guest on March-16-2020
6

spring mvc form tag

<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>  
this is used to activate the spring form mvc tags 
and this line should be in the top of the jsp file where you use the form operations
Posted by: Guest on May-26-2020

Browse Popular Code Answers by Language