|
Thanks, Vadim. It works fine. As concerning specifically tr:table, a derived question arises: assume that such table is readonly, but it has selection capabilities. If the associated bean returns an empty collection model (isRowAvailable always false), would then a valid RowKeySet still available ? After all such keys are provided by the client, but I don't know whether the table decoding process pretends to find them in the model. If this is the case, we might still provide empty fields, thus avoiding to go through the business layer. Correct ? -- Renzo Vadim Dmitriev wrote: Hi, Renzo. I don't think any component would do such a thing internally. After all, component just evaluate EL and can't figure out, when it is undesired. As a solution I can recommend you to use "FacesContext.getCurrentInstance().getRenderResponse()" to detect, when getter is called during renderResponse phase: |
- [Trinidad] how to avoid loading tr:table rows twice Renzo Tomaselli
- Re: [Trinidad] how to avoid loading tr:table rows twi... Vadim Dmitriev
- Re: [Trinidad] how to avoid loading tr:table rows... Adam Winer
- Re: [Trinidad] how to avoid loading tr:table rows... Renzo Tomaselli

