| Author |
Problem when trying to run a Spring MVC example
|
Chris Donald
Greenhorn
Joined: Jul 15, 2008
Posts: 21
|
|
Hello Folks, I am trying to run a Spring MVC example.Unfortunately I get the following error: No tag "nestedPath" defined in tag library imported with prefix "spring". Now I have defined the following in the jsp. <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> Not sure what I am missing.I have also defined spring.tld in my web.xml file. Please help. Regards Chris
|
 |
Tauri Valor
Ranch Hand
Joined: Aug 03, 2005
Posts: 166
|
|
|
If you have a tld and configured it in web.xml, point to your tld location in the jsp. Let me know if it did not work.
|
A Moment's insight is sometimes worth a Life's experience.
|
 |
 |
|
|
subject: Problem when trying to run a Spring MVC example
|
|
|