On 9/19/06, <b class="gmail_sendername">Joe Lam</b> <<a href="mailto:joe.lam@moni-media.net">joe.lam@moni-media.net</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>


  

<div bgcolor="#ffffff" text="#000000">
<small><font face="Verdana">I think that is purely java <%@
include%> issue. not opencms problem.<br>
when a jsp being compiled to class, it looks for the <% include
%> files. after that, further charges on included file does no
effect on the jsp file. the jsp will only be re compiled (so include
the new changes on include file) when the system knows it is changed.
e.g. u edit it.<br>
the simplest method I know of is to "Touch" it . :)<br>
you dont need to purge the respository</font></small></div></div></blockquote><div><br>I agree.  Best bet is to check out c:import in jstl or jsp:include.  Both are non-compile time includes that can probably do the same thing for you and will make dev work easier.
<br><br>-mp<br> </div></div><br>