Inorder to use Spring Form Tags in JSP file following is taglib element I added :-
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
And I used this reference for the same.
However, Eclipse is not able to find the Tag Library Desciptor file. What is the correct URI?
The uri is correct.
Make sure:
If its JSPX the notation would look more like: