You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Haberman <st...@chase3000.com> on 2002/08/26 00:45:15 UTC

[jelly] [patch] taglib def via classname

I added some functionality to define:taglib so that you can do:

<define:taglib className="o.a.MyTagLibrary"/>

Now that I think about it, a classLoader attribute on define:taglib
would be cool, too. I can work out that (assuming it's possibly) if this
className patch gets committed.

Thanks,
Stephen