jspinclude « Taglib « JSP-Servlet Q&A





1. what's the fundamental difference between a jsp taglib vs including a jsp page?    stackoverflow.com

i have several common elements (components), that will generate some html. it seems my options are creating a taglib, or just putting that logic into a jsp page and including the ...

2. Should taglibs be declared in included JSP files?    stackoverflow.com

I have several JSP files that are included into other JSP pages. Some of these use taglibs declared in the pages that include them. Should these taglibs be declared in the ...