If you are using the PaginatedList interface to pass the result list to the JSP page that has display:table tag and the result list is empty the display tag library can generated a divide by zero exception in the JSP while attempting to render the table.

My workaround is to not use the PaginatedList interface if the result list is empty.