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
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
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