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.

