Error using spring:bind tag,
September 25, 2007 at 3:56 AM
Hi Deepak, This is the problem that i'm facing. Your help will be most appreciated.
I'm using a test.jsp(which is a login page) which uses <spring:bind> tag to bind properties to HTML elements and my POJO has been created and the dispatcher servlet mapping file has the command class,validator class etc. The jstl version is 1.2 and xml descriptor is 2.4 and the taglib(spring) has been added in the page, and the uri and location are proper in the web.xml and the spring.tld is placed in web.xml. However i get this error: "java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?" ..I'm most certain that the error is because of spring:bind tag. I tried defining a listener mapping for contextLoaderServlet and i get a 404 error. Please help
View All Comments
| View Tutorial