Do you know if there is any runtime overhead incurred by having unnecessary taglib 
directives in a JSP file?  

I am thinking of creating a monolithic taglibs.jsp file that just contains the taglib 
directives that *any* page in my application would need.  Then when adding a page to 
the application, I simply have to include taglibs.jsp.

I can see benefits of doing so but I wanted to know if there any (non-trivial) 
processing overhead.

Sri

Reply via email to