Sebastiaan van Erk wrote:
How's this:
public class RecursiveStringResourceModel extends AbstractReadOnlyModel {
private final String resourceKey;
private final Component component;
public RecursiveStringResourceModel(final String resourceKey, final
Component component) {
o: users@wicket.apache.org
Subject: Re: StringResourceModel labels within values
At one point I wanted to do interpolation in constant strings, so I just
used the property interpolator directly:
PropertyVariableInterpolator.interpolate(value, modelObject);
You can use that to build a model that recurs
rm);
not sure that works :(
> Date: Thu, 13 Mar 2008 12:17:09 +0100
> From: [EMAIL PROTECTED]
> To: users@wicket.apache.org
> Subject: Re: StringResourceModel labels within values
>
> At one point I wanted to do interpolation in constant strings, so I just
value.
Regards,
Sebastiaan
i ii wrote:
thank you for help! which way is better? my own component or srm model that
gets from localizer?
Date: Wed, 12 Mar 2008 13:57:10 -0700
From: [EMAIL PROTECTED]
To: users@wicket.apache.org
Subject: Re: StringResourceModel labels within values
but will that
if you use again StringResourceModels in the model that you give to your
outer StringResourceModel :)
johan
On Wed, Mar 12, 2008 at 9:57 PM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:
> but will that work recusively? :)
>
> -igor
>
>
> On Wed, Mar 12, 2008 at 1:44 PM, Johan Compagner <[EMAIL PRO
thank you for help! which way is better? my own component or srm model that
gets from localizer?
> Date: Wed, 12 Mar 2008 13:57:10 -0700
> From: [EMAIL PROTECTED]
> To: users@wicket.apache.org
> Subject: Re: StringResourceModel labels within values
>
> but will th
but will that work recusively? :)
-igor
On Wed, Mar 12, 2008 at 1:44 PM, Johan Compagner <[EMAIL PROTECTED]> wrote:
> I think if you just give SRM a model that again gets the values from
> the localizer then it should work fine.
>
>
>
>
> On 3/12/08, i ii <[EMAIL PROTECTED]> wrote:
> >
> > i
I think if you just give SRM a model that again gets the values from
the localizer then it should work fine.
On 3/12/08, i ii <[EMAIL PROTECTED]> wrote:
>
> is there way to do something like:
>
> .properties file:
>
> some.label=Some Label
> some.text=Some Text
> some.key=This text will have ${so
you can roll your own model...
-igor
On Wed, Mar 12, 2008 at 8:20 AM, i ii <[EMAIL PROTECTED]> wrote:
>
> is there way to do something like:
>
> .properties file:
>
> some.label=Some Label
> some.text=Some Text
> some.key=This text will have ${some.label} and ${some.text}
>
---
is there way to do something like:
.properties file:
some.label=Some Label
some.text=Some Text
some.key=This text will have ${some.label} and ${some.text}
10 matches
Mail list logo