I don't know if it's exactely what you want:

you can use this:

bundle = ResourceBundle.getBundle("turbineBundleName");
...
String value = bundle.getString("webapp.dir");
...

I hope this can help you.

Reguards

Lionel Roux.

----- Original Message -----
From: "David Worms" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 1:46 AM
Subject: Re: Tokens in TurbineResources.properties


>
> Never see such a thing before. You can probably create a simple tool?
>
> David Worms
>
> On 9/24/02 4:30 PM, "Eric Lalande" <[EMAIL PROTECTED]> wrote:
>
> >
> > Any idea where reference exists on tokens for the resource bundles used
by
> > turbine.  for example: ${webapp.dir}
> >
> > Appreciate any help with this - I have combed documentation and seem to
be
> > overlooking this.
> >
> > Thanks in advance,
> >
> > Eric
> >
> >
> > --
> > To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to