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

Re: Tag Lib for Excel?

2001-08-01 Thread Matt DeCapua
Yea, we have too.   I am a servlet guy, and don't know how to make it work in a tag library (which is why I am on this list!), but this is how it works in a servlet:   response.setContentType("application/vnd.ms-excel");PrintWriter oute = new PrintWriter(response.getWriter());res

Re: i18n Tag Library: where is the file i18n.tld ?

2001-06-26 Thread Matt DeCapua
The Web-inf directory is part of the Servlet/J2EE container.  The i18n is a tag library that runs in the container.   for Tomcat it is: %TOMCAT_HOME%\webapps\Root\Web-inf     >>> [EMAIL PROTECTED] 06/26/01 12:45PM >>>Hi all, My boss asked me to instal the tag i18n. The doc says that the fil