hello,

on our app we are getting error: PWC6117: File "/struts-tags" not found

App is running on Sun App Server 9.1

struts2-core-2.0.6.jar is in class path of the application server.

Code in the JSP:

<%@ taglib prefix="s" uri="/struts-tags" %>

What can we do to fix this error?

I assume since the struts2 core jar is on the app server and not physically
in our WEB-INF/lib we maybe need to reference the struts-tags in a different
way. but how?

We want to avoid putting struts2 core in our application web-inf/lib

Thanks
-bhaarat

Reply via email to