Hi Matthias,
> I have a question on a programmatic way to use velocity.
>
> I have a class *hooked* into our framework that should use Velocity
> to generate dynamic output.
>
> Example:
## snip
> I used the EventCartridge clazz, added a custom
> ReferenceInsertionEventHandler.
> Now I was ab
,
Matthias
-Ursprüngliche Nachricht-
Von: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 13. April 2005 09:59
An: velocity-user@jakarta.apache.org
Betreff: Programming Velocity
Hi,
I have a question on a programmatic way to use velocity.
I have a class *hooked* into our
Hi,
I have a question on a programmatic way to use velocity.
I have a class *hooked* into our framework that should use Velocity
to generate dynamic output.
Example:
I have a String that contains template code:
$foo
$bar
I used the EventCartridge clazz, added