Hi,
This is my first post, just started working with struts, and have run into
problems!
i have an "index.jsp" page:
<%@ taglib uri="\WEB-INF\struts-html.tld" prefix="s" %>

and when i try to access this page:
http://localhost:8080/Mystruts/index.jsp

i'm getting the exception :
org.apache.jasper.JasperException: File "\WEB-INF\struts-html.tld" not found

well, struts-html.tld is inside the "tlds" folder inside web-inf, should i
give "\web-inf\tlds\struts-html.tld"
as the path? i tried that, but that again ran me into more problems.
please help!
vikas.

Reply via email to