> I've overwritten both the Grid class and the GridRows class to make it
happen
Sounds like this might be a problem that needs addressing then... perhaps
there should be a mechanism in tapestry to add mixins to subcomponents?

eg:
<t:grid source="..." mixins="gridMixin" submixins="prop:subMixins" .../>

public Map<String,String> getSubMixins() {
   Map map = new HashMap();
   map.put("rows", "rowsMixins1,rowsMixin2");
   map.put("pager", "pagerMixin");
   map.put("columns", "columnsMixin1,columnsMixin2");
   return map;
}



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Can-I-attach-an-instance-mixin-to-a-nested-component-tp5717741p5717781.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