Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4873919
By: shnplr

Hi,

Using displaytag 1.1 with pagesize="3" we're getting the following exception:

 javax.servlet.ServletException: fromIndex = -3

After investigating this is because the size of the returned list had changed
to zero.
For example:

1. User A is presented with 13 items, rows 1-3 (total 5 pages as pagesize = 3)
2. User A navigates to page 2 (rows 4-6) - OK
3. User B deletes all the rows in other request
4. User A navigates to page 3 and gets the ServletException because all the
data was deleted in step 3.


Thanks,
Paul

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to