You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ve...@jakarta.apache.org on 2004/07/28 19:32:49 UTC

[Jakarta-Velocity Wiki] Updated: VelocityFAQ

   Date: 2004-07-28T10:32:49
   Editor: TimColson <tc...@cisco.com>
   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: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org