Does anyone know why when you try to render a JSF view executes a database query?
I am listing a large paged list, as I have seen on:
http://wiki.apache.org/myfaces/WorkingWithLargeTables
I return data list it correctly (with the number of items I want), but I noticed that the RenderView run a query that gets all the data.