Difference between
version 34
and
version 13:
At line 1 removed 2 lines. |
Test |
|
At line 14 changed 1 line. |
{{{ |
|
[{Java2HtmlPlugin |
|
At line 42 changed 1 line. |
}}} |
}] |
At line 71 changed 1 line. |
|
   |
At line 97 changed 1 line. |
* I don't know if its Velocity or the tag library, but someone is caching the templates and the only way to get them to refresh is to restart Tomcat. I'd like to be messing with the JSP and it's template on Tomcat and just refresh them in the browser (after saving). It'd sure cut down on development time. ''Lance: This probably is Velocity, have you checked your velocity properties to make sure cache=false? And try adding this: velocimacro.library.autoreload=true'' |
* I don't know if its Velocity or the tag library, but someone is caching the templates and the only way to get them to refresh is to restart Tomcat. I'd like to be messing with the JSP and it's template on Tomcat and just refresh them in the browser (after saving). It'd sure cut down on development time. ''Lance: This probably is Velocity, have you checked your velocity properties to make sure cache=false? And try adding this: velocimacro.library.autoreload=true''. ''Ivan: I recently found out that Tomcat 4.1.29 (and probably others) caches the content of resources loaded through getResourceAsStream() (very confusing), this may be causing your problems. As a work around my reloadable configuration class was changed to simply getResource() and then opening the stream on the URL.'' |
At line 101 changed 1 line. |
{{{ |
|
[{Java2HtmlPlugin |
|
At line 146 changed 1 line. |
}}} |
}] |
At line 151 removed 3 lines. |
* Currently, to do recursion in Velocity templates, I had to use a #local declaration which is in the "whiteboard" directory of Velocities CVS. See velocity's mailing list for [more information|http://www.mail-archive.com/[email protected]/msg09091.html]. |
* Improve documentation and examples in Maven docs. |
* Edit Maven files to generate distribution files. |
Back to StrutsMenu,
or to the Page History.
|