Default taglibs used within included JSPs for editing
Posted
by lostiniceland
on Stack Overflow
See other posts from Stack Overflow
or by lostiniceland
Published on 2010-03-08T08:33:27Z
Indexed on
2010/03/08
8:36 UTC
Read the original article
Hit count: 356
Hello everyone
Within Eclipse's jsp-editor, as you all know, I get code-assistance for external taglibs once I defined them. In the project I am working on now a lot of jsps are just included and have no taglib definition in the top which gives me a lot of editor warnings. In the deployment this doesnt matter because the taglibs are defined in the head-jsp.
Is there a way that I can define default taglibs within a project so the eclipse editor will give me code-assist even though I dont include the taglib in each file again?
© Stack Overflow or respective owner