...
[15:55:17 CDT(-0500)] <EricDalquist> ah
[15:55:46 CDT(-0500)] <EricDalquist> the one I tested does
[15:55:46 CDT(-0500)] <EricDalquist> <%@ include file="/WEB-INF/jsp/include.jsp" %>
[15:55:53 CDT(-0500)] <jwennmacher> Not a big deal; I just include it and strip it out before I check it in. Hoping they fix it though
[15:56:02 CDT(-0500)] <EricDalquist> and that is how it really should be included
[15:56:11 CDT(-0500)] <EricDalquist> no need to do a dynamic include of essentially the imports
[15:57:03 CDT(-0500)] <jwennmacher> If you try Calendar or Courses they'll use the jsp. directive. include. Both of the directive types are equivalent (and static)
[15:57:23 CDT(-0500)] <jwennmacher> jsp. directive. include and <%@include%> that is
[15:58:09 CDT(-0500)] <EricDalquist> ah
[15:58:10 CDT(-0500)] <EricDalquist> ok