Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Custom tag deployment issue (iAs, 10.1.3, windows)
Custom tag deployment issue [message #339973] Sun, 10 August 2008 10:27
eora
Messages: 1
Registered: August 2008
Junior Member
Hi,

I have tried deploying a custom tag as per http://www.orafaq.com/node/13 on IAS 10.1.3.

- I implemented a class handler for the tag deployed under WEB-INF/classes as part of the rest of my application.

- I wrote the tld and deployed it to WEB-INF/tlds/

- I declared the tld in my web.xml

- I use the tag as prescribed by the specification.

This works well when deployed on Tomcat and others but OAS does not work.

I get the following error:
NOTIFICATION J2EE JSP-0008 Unable to dispatch JSP Page : Exception:oracle.jsp.parse.JspParseException:...

Error: Unable to instantiate tag: trans:translator (class: null) Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.

It seems that the tld is read but when parsing the JSP the class handler for the tag is not found.

Any ideas?

Thanks.


Previous Topic: some material to study on application server
Next Topic: oracle Application Server installation on vista
Goto Forum:
  


Current Time: Thu Mar 28 07:05:16 CDT 2024