Placing the prefix before the URI as shown below works when deploying to Tomcat
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"; %>
but does not work for OC4J.

For OC4J , placing the prefix after URI works , but will not work under Tomcat
<%@ taglib uri="http://www.springframework.org/tags"; prefix="spring"  %>

Any ideas?

Jeff

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to