try:
@Mixins({"me/MyMixin"})
private ActionLink link1;
g,
kris
"David Avenante" <[EMAIL PROTECTED]>
11.07.2007 15:44
Bitte antworten an
"Tapestry users" <[email protected]>
An
"Tapestry users" <[email protected]>
Kopie
Thema
[T5] Mixing usage
Hi,
I try to create my own Mixin.
If I use this approach it's ok :
@Component
@MixinClasses(MyMixin.class)
private ActionLink link1;
but if I use this approach it's fail :
@Mixins("MyMixin")
private ActionLink link1;
With this exception !!!
Caused by: java.lang.IllegalArgumentException: Unable to resolve mixin
type 'MyMixin' to a component class name. Available mixin types:
core/DiscardBody, core/RenderDisabled, core/RenderInformals,
me/MyMixin.
The stack trace tell me that MyMixin is registered !!!
Thanks for help ;)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]