What is the best way to get the component a mixin i applied to, from within the mixin?

I want to access the clientId of the component that the mixin has been tied to. How would I do that?

pseudo-code:

mixin {
 afterRender {
  getComponent().getClientId();
 }
}

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to