Sorry, I'm not sure how you want this. I added a class in testapp-web named ExtendingTag which extends SimpleTag. It has @jsp.tag name="extending" and overrides setAction and adds a new method setFoo.
In the generated tld, I'd expect the extending tag to now have all the attributes defined in its class and the non-overridden ones from any it inherits from. I'm not sure if the supposed 'test case' tld that I created would even make any sense since I don't know the order of the elements it would generate the tld in. Let me know if there is anything more I can do. -ian Grégory Joseph wrote: >Hi Ian, > > > >>I have jsp.attribute tags on a class that several tag classes are extending. >> >>In the generate tld, the attributes are missing. Is this just not >>implemented >>or is there a way to do this that I'm just failing to see? >> >> > >This is probably something I overlooked. I'd be happy to look into >this if you could provide a (failing) testcase. (Or I'll do it.. >someday ;-)) > >You could also create an issue on jira so that this doesn't get >forgotten about. ( http://jira.codehaus.org/browse/XDP ) > >Cheers, > >greg > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click >_______________________________________________ >xdoclet-plugins-interest mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest > > > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
