Re: [Actionframework-users] How to configure velocity?
Status: Inactive
Brought to you by:
ptoman
|
From: Patrick v. d. H. <pa...@vo...> - 2003-02-21 21:41:26
|
Patrick von der Hagen wrote:
[...]
> How can I easily pass the "usual" velocity-configuration when using
> AcionServlet?
Hi all,
I found the problem myself: I'm used to set the velocity.properties-file
as a context-param, which is no problem in using "pure" velocity and
saves a little bit of typing. ActionServlet seems to ignore
context-parameters and expects every property to be set as an
init-parameter. Well, ok. But since this behaviour is not completely
consistent with using velocity directly, I believe it should be documented.
--
CU,
Patrick.
|