g***@agilent.com
2010-04-15 00:37:26 UTC
I am moving my Java code compiled under Java 1.4 running on an Oracle 10g Application Server to an Oracle 10g OC4J Standalone container. My Java code compiles just fine, but the taglib is giving me grief.
E.G Using
<%@ taglib uri="/WEB-INF/struts-bean-el.tld" prefix="bean" %>
<bean:message key="title.revision.text"/> -- if I remove this tag, the page displays.
The only error message that I can find is:
J2EE JSP-0003 loading Tld's into cachedConfigTable:
I don't know if this is a tag issue or the container can't find applicationResources.properties.
Any help will be appreciated.
Thx,
Gary
E.G Using
<%@ taglib uri="/WEB-INF/struts-bean-el.tld" prefix="bean" %>
<bean:message key="title.revision.text"/> -- if I remove this tag, the page displays.
The only error message that I can find is:
J2EE JSP-0003 loading Tld's into cachedConfigTable:
I don't know if this is a tag issue or the container can't find applicationResources.properties.
Any help will be appreciated.
Thx,
Gary