Hi all
i am trying to deploy a
struts based web application in weblogic...
so i created a war file and deployed it in the server..
when i tried to invoke one of
JSP, i am getting the following error.....
/reprocessCriteria.jsp(2): Error in using tag library uri='/WEB-INF/struts-html.tld' prefix='html': cannot find tag class: 'org.apache.struts.taglib.html.BaseTag'
i placed the struts.jar inside /WEB-INF/lib folder..
but still i am getting that error....
Any idea how to solve???