Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.2.2
-
None
-
None
Description
VelocityAttributeRenderer instantiates VelocityView, which in turn instantiates its own VelocityEngine. There is no way to inject a customized VelocityEngine from outside except for extending VelocityAttributeRenderer and overriding commit().
There should be an API for passing customized VelocityEngine to the view.