Re: WebSphere and Taglibs

2001-08-16 Thread Matt DeCapua
To run taglibs in WTE you need VAJ3.5.3 or greater.  With earlier versions you can run taglibs by "plugging" in Tomcat.  I haven't done it.   The link below has a few articles on deploying taglibs that may assist: http://www7b.boulder.ibm.com/wsdd/techjournal/   good luck   m@t   >>> [EMAIL P

WebSphere and Taglibs

2001-08-16 Thread Mills, Theo
Anybody ever try taglib's in WebSphere or the WebSphere Test Environment (Visual Age for Java)? It appears that tags with bodies can't be used... it returns a NullPointerException everytime I use a tag that extends BodyTagSupport. But everything works dandy in Tomcat. Anyone know how to fix th