Hi, when and how are jsps recompiled by sling? I have a jsp which is using a jsp include to include another jsp(fragment).
<%@include file="../../common/header.jsp"%> When I update the bundle with an updated header fragment, the jsp that includes that fragment is not recompiled. A server restart also doesn't help. Anyway to get the updated header displayed without touching all jsps that include that? Thanks, Markus
