Hi, I try to add a mixin on an ActionLink like this :
@Component
@Mixins("MyMixin")
private ActionLink link1;
Is it possible to access in MyMixin the property private List<?>
_context; available in the ActionLink ?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
