PDA

View Full Version : new form taglib does not resolve


emotech
Jun 6th, 2006, 01:38 PM
Hi,
I'm getting this error:
The absolute uri: http://www.springframework.org/tags/form cannot be resolved in either web.xml or the jar files deployed with this application

while trying to use new form tags.
i have this in my jsp:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

what's wrong? google says nothing about it