I am using Struts 1.I have a taglibrary
<%@ taglib prefix="s" uri="/WEB-INF/struts-tags.tld" %>
This tag library works only in Struts 2.0 Framework.This has a tag which I have used in my application.Now when I had to backtrack to Struts 1 I got an error
Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-tags.tld' into a valid tag library probably occurred due to an error
Can anyone suggest how to use in struts 1