Thanks! But i am dont completely understand this. 1. If i don't bound "model" parameter of Select in page template, but try bound it in mixin's setupRender() i get exception: Parameter(s) 'model' are required for org.apache.tapestry5.corelib.components.Select, but have not been bound.
2.How to i can assign binding from bean's property to "value" Select's parameter from mixin? 14 февраля 2012 г. 10:52 пользователь Dusko Jovanovski <[email protected]>написал: > Take a look here: http://tapestry.apache.org/component-mixins.html > and here: > > http://tapestry.apache.org/5.3.2/apidocs/org/apache/tapestry5/annotations/BindParameter.html > > 2012/2/14 Михаил Слободянюк <[email protected]> > > > Hi! > > > > How i do bound Select's parametels (model, label etc.) from mixin? > > > > Mihail. > > >
