Help migrating my JSTL from Java 1.4 to 1.5

<[email protected]> Wed, 14 Apr 2010 18:37:26 -0600
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <[email protected]>
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