Hi there, just learned from the announcement that in the process of moving taglibs from Jakarta to Tomcat a lot of taglibs got retired, among them the BSF taglib.
Not sure at the moment how Tomcat will allow for creating JSPs that embed code in scripting languages, which was one of the original applications of BSF, when it was originally developed at IBM (as a matter of fact, IBM's WebSphere distributed BSF in order to enable Java Server Page authors to embed scripts in any of its supported scripting languages, very much like MS allows for in their ASPs). So for those who have a need for the BSF taglib, here the relevant links: Information about BSF taglib and examples on how to use it: <http://jakarta.apache.org/taglibs/doc/bsf-doc/> Download BSF taglib from: <http://svn.apache.org/repos/asf/jakarta/taglibs/deprecated/bsf/trunk/> Retired taglibs as of 2009-10: <http://jakarta.apache.org/site/retired-taglibs.html> ---rony