[Webwork-user] WW + Velocity
Brought to you by:
baldree,
rickardoberg
From: Marco P. <mp...@ci...> - 2002-06-26 08:18:11
|
Hi there, I'm working on a project using WebWork with Velocity. I'm trying to figure out which is the best way to access action methods other then get/set property from velocity templates. So, is there a way to add objects directly in Velocity context, or should be better to add a getAction() method (returning this) that can be access with $action in the template? Or is there an even better approach to the problem ? Thanks in advance Marco |