Dear all,
I’ve created a custom jsp tag (class, .tld etc.). When I registered the taglib in the web.xml,
the editor marked the <taglib> entry as unknown tag and did throw an error.
After deployment, the tag works fine in a test jsp file, so the only thing I want to get rid of is that error indicator in my project. I think this should be fixed as <taglib> is a valid component of web.xml
Thanks,
Holger