Posted By:
Anonymous
Posted On:
Friday, May 9, 2008 11:30 AM
If I use the @jsp.tag with a class that extends the TagSupport class and I run XDoclet, the tld is getting generated as required.
But, If I use @jsp.tag on a class which is extending TagSupport, and run the XDoclet, I am not able to see my *.tld file getting updated.XDoclet is not working in this case.
Can anybody tell me why this is happening?