VelocityGenerator documentation states that one can use this piece of code to
include additional object into velocity context:
<export-object key="objectMapKey" name="velocityContextName"/> (optional;
0..n) -
Export the object specified by key from the Cocoon object map to the Velocity
context of the template. The object can be accessed from the template as name.
Be careful to use a valid VTL variable name.
This feature is NOT existing in the code.
How should I try to implement this if this option can be provided at generator
usage (not definition as the other options)
lg
--
Leszek Gawron