I'm getting an error when i try to access a page with spring taglibs.
During the deploy there are not any error.
Error:
personAdd.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
Weblogic: 12c
Sts: 2.9.1
Has anyone had this error ??
i already read some solutions in foruns like add this at weblogic.xml but doesn't work:
Here is a prinscreen from errorCode:<wls:container-descriptor> <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes> </wls:container-descriptor> <wls:container-descriptor> <wls:index-directory-enabled>true</wls:index-directory-enabled> </wls:container-descriptor>
Capture.JPG


Reply With Quote