Discussion:
can i import tld file in other tld files?
ambikakuppusamy
2010-02-04 07:36:22 UTC
Permalink
Hi all,

I want to create MyTagLibrary. And i want to use the some existing taglibs
to use the features that is already available. I can also add some more
features in MyTagLibrary. Like inheritance in java, is it possible to use
one taglib features in other taglib?

Thanks,
Ambika
--
View this message in context: http://old.nabble.com/can-i-import-tld-file-in-other-tld-files--tp27448756p27448756.html
Sent from the Taglibs - User mailing list archive at Nabble.com.
Stuart Thiel
2010-02-04 13:49:43 UTC
Permalink
Hello Ambika,

Yes, and in fact this works very well. It just works less well with the
JSTL, as many of the methods that would be useful to reuse are private,
which can make you have to do a bit more work.

Stuart
Post by ambikakuppusamy
Hi all,
I want to create MyTagLibrary. And i want to use the some existing taglibs
to use the features that is already available. I can also add some more
features in MyTagLibrary. Like inheritance in java, is it possible to use
one taglib features in other taglib?
Thanks,
Ambika
Loading...