Community
Participate
Working Groups
When developping a custom taglib in a web project (source code in the src source folder and tld file in the META-INF directory), the content assist on a <%@ taglib="<ctrl-space>"%> declaration tag in the JSP editor displays the path to the tld file instead of the URI contained in that file.
Created attachment 183396 [details] patch If the descriptor has a URI, utilize that primarily. In its absence, resort to using the local resource path.
Thanks for that very quick fix! Bug 330557 should not be difficult to fix either :)
Code checked in. Thanks for the review, Nitin.