Author: apetrelli
Date: Fri Mar 26 19:30:51 2010
New Revision: 928027
URL: http://svn.apache.org/viewvc?rev=928027&view=rev
Log:
TILES-497
Applied patch by Mck SembWever.
Modified:
tiles/framework/trunk/src/site/apt/tutorial/integration/velocity.apt
Modified: tiles/framework/trunk/src/site/apt/tutorial/integration/velocity.apt
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/tutorial/integration/velocity.apt?rev=928027&r1=928026&r2=928027&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/tutorial/integration/velocity.apt
(original)
+++ tiles/framework/trunk/src/site/apt/tutorial/integration/velocity.apt Fri
Mar 26 19:30:51 2010
@@ -72,7 +72,8 @@ userdirective=org.apache.tiles.velocity.
----------------------------------
* To access ".vm" files as attributes, register VelocityAttributeRenderer
- this way (only available in a servlet environment):
+ (only available in a servlet environment), by overriding the
registerAttributeRenderers
+ method in the AbstractTilesContainerFactory implementation being used, like:
----------------------------------
@Override