Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" 
for change notification.

The following page has been changed by ShinobuKawaiYoshida:
http://wiki.apache.org/jakarta-velocity/VelocityAndSpringTips

The comment on the change is:
VelocityView#exposeHelpers

------------------------------------------------------------------------------
  
   * Toolbox support is provided by 
[http://static.springframework.org/spring/docs/1.2/api/org/springframework/web/servlet/view/velocity/VelocityToolboxView.html
 VelocityToolboxView].  I'm not sure if you can inject a tool from the 
!ApplicationContext to the Velocity Context...
  
+   * You can hard code tools by subclassing and overriding 
[http://static.springframework.org/spring/docs/1.2/api/org/springframework/web/servlet/view/velocity/VelocityView.html#exposeHelpers(org.apache.velocity.context.Context,%20javax.servlet.http.HttpServletRequest)
 VelocityView#exposeHelpers].  (Maarten Bosteels)
+ 
    * For VelocityTools 1.2, you might want to apply 
[http://opensource.atlassian.com/projects/spring/browse/SPR-979 this patch] to 
set the !VelocityEngine so tools like !ViewRenderTool will work.
  
   * Layout support is provided by 
[http://static.springframework.org/spring/docs/1.2/api/org/springframework/web/servlet/view/velocity/VelocityLayoutView.html
 VelocityLayoutView].

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to