> From: Michael Mainguy [mailto:[EMAIL PROTECTED] > > Has anyone else noticed that their velocimacros don't get refreshed? I've > noticed if I change the content of my velocimacros that are included in a > screen, I need to restart the servlet engine before the output > gets updated.
Put the following lines in your TR.props (for development only!) services.VelocityService.velocimacro.permissions.allow.inline.to.replace.glo bal=true services.VelocityService.velocimacro.library.autoreload=true You can learn about what these do in section 10 of the Velocity Developer's Guide (http://jakarta.apache.org/velocity/developer-guide.html). Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
