Why does every (heading, navigation, paragraph) template JSP need to import the cms taglibs when the main template has already imported them?
Outside Magnolia, if I put JSTL imports into a 'header' file and 'include' that in the top of a JSP, the JSP can use JSTL. Inside Magnolia, using c:import, the imported JSP's don't inherit the JSTL taglibs imported into the main JSP, so you have to add them to all the component JSP's. Why not just 'include' the component JSP's and only import taglibs once? Regards, Bob V ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
