Date: 2004-07-28T10:32:49 Editor: TimColson <[EMAIL PROTECTED]> Wiki: Jakarta-Velocity Wiki Page: VelocityFAQ URL: http://wiki.apache.org/jakarta-velocity/VelocityFAQ
no comment Change Log: ------------------------------------------------------------------------------ @@ -6,6 +6,10 @@ === Velocity === * Q: Adding ## at the end of a template causes a parsing exception, what do I do? * A: For now, a workaround is: add a newline to the end of the file. +[[BR]] + * Q: Can velocity render 'dynamic properties' like #set ($bar = "name") $foo.$bar ? + * A: Not directly, but possible using !RenderTool or !ViewRenderTool in VelocityTools, Or a custom tool can be written using Velocity.evaluate(...). + === Velocity Tools === * Q: The !MessageTool is throwing a !NullPointerException, why doesn't VelocityTools test for NPE's? @@ -16,3 +20,4 @@ === DVSL & Anakia & Texen & Misc === * Q: Is DVSL stable enough for use in production environment? * A: It seems to work for most folks. Try it out and if there are problems, report them to velocity-dev. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
