I´m creating spring and apache tiles baserd application. I want to share a taglib in my parts of layout. I`ve added in my layout
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Now I want to create a foreach loop in the parts of layout but I can`t. When I added this taglib definition in the part of layout it worked. Can I add the taglib only n one place or I need to add it in every jsp file ?