I've tried just about everything to get my Spring implementation working with the bind / core taglibs. I'm wondering if it's a software versioning problem.
I've tried to install on JBoss 4.0.1sp and Tomcat 5.0 with the same messed up results. I'm using the 1.1.2 standard tag library and Spring 1.1.5.
I've tried it using web-app.xml entries and tried it without. standard.jar and jstl.jar are in my WEB-INF/lib directories.
I tried to implement the example at http://www.devx.com/Java/Article/22134/0/page/1 verbatum and cannot get that to run too.
So if someone could please list their exact web/library environment or advise me accordingly, I'd appreciate it.


Reply With Quote