Thanks Tim. No, that does not compile. I'll try again on the forums, though I have a workaround in the meantime.
On Wed, Jun 24, 2009 at 9:57 AM, Tim Hoff <[email protected]> wrote: > > > Just a stab Richard, but do the binding brackets make any difference? > > <PropertyInjector > targetKey="foo" source="{ legacyModel }" sourceKey="foo"/> > > -TH > > > --- In [email protected], Richard Rodseth <rrods...@...> wrote: > > > > Any Mate users here? The forums are down again. > > > > I'm trying to use the newish CacheSetter tag, as follows: > > > > <CacheSetter cache="global" cacheKey="legacyModel" > instance="{this.model}"/> > > > > Elsewhere: > > > > <PropertyInjector targetKey="foo" source="legacyModel" sourceKey="foo"/> > > > > This gives the error: "1069 Property foo not found on String" > > > > If I use the class name instead it complains because the class in > > question has constructor arguments. > > > > What's the correct approach here? Thanks. > > > >

