Re: Rebinding/advising/intercepting component parameters in a mixin

2011-03-29 Thread Jochen Berger
Thiago, Am Dienstag, den 29.03.2011, 12:15 -0300 schrieb Thiago H. de Paula Figueiredo: > I guess you need to create another binding prefix implementation that > works like prop but read-only and use it instead. You can file a JIRA > about this. Thanks for your answer and your idea. But I'm a

Re: Rebinding/advising/intercepting component parameters in a mixin

2011-03-29 Thread Thiago H. de Paula Figueiredo
On Tue, 29 Mar 2011 09:42:51 -0300, Jochen Berger wrote: Hi there, Hi! I'm aware of the @BindParameter annotation but it does not do exactly what I want, as I want the "changes" to be applied only "down" the rendering path, i.e. I want to write to the field without the new value being pub

Rebinding/advising/intercepting component parameters in a mixin

2011-03-29 Thread Jochen Berger
Hi there, I'm trying to write some mixins for the Grid component, e.g. one to make it filterable using the respective PropertyEditors for the Grids BeanModel's properties. Therefore, I created an interface that extends GridDataSource and has an additional method void applyFilters(Map currentFilte