hi david, i don't think this is possible. although you can access the ActionLink instance by injecting it with: @Inject ComponenResources compRes;
comRes.getComponent() you cannot access the context parameter as it is a private field. you could provide a own actionlink component with a getter method or you could try to add a JIRA and hope someone is adding getter methods to the actionlink component itself :) g kris "David Avenante" <[EMAIL PROTECTED]> 11.07.2007 23:59 Bitte antworten an "Tapestry users" <users@tapestry.apache.org> An "Tapestry users" <users@tapestry.apache.org> Kopie Thema [T5] Mixing usage 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]