Re: can i import tld file in other tld files?
Stuart Thiel <[email protected]> Thu, 04 Feb 2010 08:49:43 -0500
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
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 ambikakuppusamy wrote: > 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 >