The problem I have with this is that we are pulling the table data
even if we don't need to, which is why the DataProvider was created in
the first place.

regards Malcolm Edgar

On Tue, Jun 8, 2010 at 9:44 AM, Bob Schellink <[email protected]> wrote:
> On the user list an issue was raised about exceptions thrown while retrieving 
> data from
> DataProviders. The problem boils down to the fact that the DataProviders are 
> only invoked during the
> rendering phase, after the response has been written so its not possible to 
> change the response to
> an ErrorPage at that stage.
>
> Anyone see an issue with adding the call Table#getRowList to its onRender 
> event?
>
> Bob
>

Reply via email to