Answers for "spring boot with spring tag library"

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