I had thought of that.
But all the form parameters are persisted and i have debugged the application and the grid source parameter has the correct size. Only the grid doesn't seem to be aware of it.

I just found out that if i use an eventlink component to trigger the update instead of the form submit it works just fine. Obviously the form parameters aren't updated but i put some code on the event handler that filters the source anyway. No exception this way.

What's the difference between using the form submit with a zone and using an event link besides the form parameters not getting updated ?

Thiago H. de Paula Figueiredo wrote:
Em Tue, 07 Oct 2008 13:47:30 -0300, Hugo Palma <[EMAIL PROTECTED]> escreveu:

Caused by: java.lang.IndexOutOfBoundsException: Index: 10, Size: 10

Take a look at the collection returned to the Grid source parameter in the second request. One common error is to not @Persist the form parameters. Then, when you request the n+1 page, the form parameters are lost and the search made is not the same as the first one.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to