parse.
On Fri, Mar 13, 2009 at 8:22 AM, Thilo Schwarz
wrote:
Hi all!
Can someone tell me if I could use StringResourceRepository to process
dynamic macros at the same way like templates?
Is there any difference between macros and templates internally, or can I
use it in the same manner?
Ki
. I haven't tried that, but it seems feasible
now that you can bring macros in via #parse.
On Fri, Mar 13, 2009 at 8:22 AM, Thilo Schwarz
wrote:
> Hi all!
>
> Can someone tell me if I could use StringResourceRepository to process
> dynamic macros at the same way like template
Hi all!
Can someone tell me if I could use StringResourceRepository to process
dynamic macros at the same way like templates?
Is there any difference between macros and templates internally, or can
I use it in the same manner?
Kind regards
Thilo
On Thu, Jun 19, 2008 at 9:20 AM, Joe Reger, Jr. <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> I'm trying to use a StringResourceRepository so that I can process dynamic
> runtime templates.
>
> I get the following error:
> =
> java.lang.Illeg
Hi all!
I'm trying to use a StringResourceRepository so that I can process dynamic
runtime templates.
I get the following error:
=
java.lang.IllegalStateException: RepositoryFactory was not properly set up
should have to do is add these properties:
string.resource.loader.repository.name =
string.resource.loader.repository.static = false
then you can populate each user's repository after then velocityEngine
is initialized by doing
StringResourceRepository repo =
(StringResourceRepository)velocityEngine
t subclass per user. Or did you mean
instance? Anyway, all you should have to do is add these properties:
string.resource.loader.repository.name =
string.resource.loader.repository.static = false
then you can populate each user's repository after then velocityEngine
is
Nathan Bubna <[EMAIL PROTECTED]>:
On 5/6/07, Thilo Schwarz <[EMAIL PROTECTED]> wrote:
> Hi to all!
>
> It seems, I need a hit on my head. I've got the problem to understand
> the pattern to configure the StringResourceRepository! I'm using
> velocity in a standal
On 5/6/07, Thilo Schwarz <[EMAIL PROTECTED]> wrote:
Hi to all!
It seems, I need a hit on my head. I've got the problem to understand
the pattern to configure the StringResourceRepository! I'm using
velocity in a standalone application. To initialize the
VelocityEngine, I do som
Hi to all!
It seems, I need a hit on my head. I've got the problem to understand
the pattern to configure the StringResourceRepository! I'm using
velocity in a standalone application. To initialize the
VelocityEngine, I do something like that:
VelocityEngine velocityEngine = new Velo
10 matches
Mail list logo