The grid component contains a nested "rows" component of type GridRows. Is
there a way that I can attach a mixin to the nested GridRows instance? I
realise that this can be done globally via a ComponentTransformWorker2 but
I'd like to apply an instance mixin.

FYI, here's the code that initialises rows:

public class Grid {
    ...
    @Component(parameters =
    { "columnIndex=inherit:columnIndex", "rowsPerPage=rowsPerPage",
"currentPage=currentPage", "row=row",
            "overrides=overrides" }, publishParameters =
"rowIndex,rowClass,volatile,encoder,lean")
    private GridRows rows;
    ...
}



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Can-I-attach-an-instance-mixin-to-a-nested-component-tp5717741.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to