If I use a JSP tag in a jsp without importing the taglib before, no
error message will be displayed, and all it will happen is that the tag
will have no effect. Since I do pre-compilation of the pages, is there a
way to make the JSP compiler reject pages that use tags it does not know
about?
Thanks,
Zorzella
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: How to reject missing taglibs? Luiz-Otavio Zorzella
- Re: How to reject missing taglibs? William W