I have not seen a way to define a taglib (and its tag implementations) within a script. I am looking for a way to define taglibs at script interpretation time. Somehing like:
<j:jelly xmlns:j="jelly:core" xmlns:someTaglib="some:uri"> <j:taglib uri="some:uri"> <tag className="org.acme.SomeTag" tagName="someTag"/> </j:taglib> </j:jelly> and then, later on in the script: <someTaglib:someTag /> Any clue? Yanick Duchesne Software Architect Architecte d'applications Newtrade/Expedia [EMAIL PROTECTED] tel +1 514 286 8187 x 3009 ---------------------------------------------------------------------------- ---- If you have received this message in error, please notify the sender immediately and delete the original without making a copy, disclosing its contents or taking any action based thereon. Si vous avez re�u ce message par erreur, veuillez en aviser imm�diatement le signataire et effacer l'original, sans en tirer de copie, en d�voiler le contenu ni prendre quelque mesure fond�e sur celui-ci. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003
