> What about a mixin instead of changing the component themselves? That's what > I'd do.
Select component doesn't implement it using a mixin. I would like to have consistent behaviour in core components, if a Select could update a zone on change why other form's component can't. Denis On 11.8.2011, at 21:46, Thiago H. de Paula Figueiredo wrote: > On Thu, 11 Aug 2011 14:41:59 -0300, Denis Stepanov <[email protected]> > wrote: > >> Anyone? > > What about a mixin instead of changing the component themselves? That's what > I'd do. > >> >> On 10.8.2011, at 13:40, Denis Stepanov wrote: >> >>> https://issues.apache.org/jira/browse/TAP5-1602 >>> >>> Someone with commit access please review the patch. >>> >>> Denis >>> >>> On Aug 8, 2011, at 11:20 AM, Denis Stepanov wrote: >>> >>>> Thanks, I have implemented this by using a mixin in our code. >>>> >>>> I just what to have native support for Radio and Checkbox valueChaned >>>> event in the next Tapestry version. >>>> >>>> Denis >>>> >>>> On Aug 8, 2011, at 10:39 AM, Михаил Слободянюк wrote: >>>> >>>>>> >>>>>> If you want use radio as like select try this >>>>>> http://code.google.com/p/orion-cpu/source/browse/trunk/orion-web/src/main/java/ua/orion/web/components/RadioSelect.java >>>>>> >>>>>> I would like to add support for the valueChanged event from RadioGroup >>>>>> and >>>>>>> Checkbox component just like it is in Select component, is there anyone >>>>>>> who >>>>>>> thinks it should be done and eventually will accept a patch? >>>>>>> >>>>>>> >>>>>> Don't forget copy >>>>> http://code.google.com/p/orion-cpu/source/browse/trunk/orion-web/src/main/resources/ua/orion/web/components/RadioSelect.js >>>>> >>>>> Mihail >>>> >>> >> > > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and > instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > Consultor, desenvolvedor e instrutor em Java, Tapestry e Hibernate > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
