Description of problem: Customer has more than 2000 old resources to delete, its takes really long to do it with the GUI. The web page can only show 45 items at a time. He tried to change the URL by replacing ps=45 by ps=100 or more but it doesn't work. Can we add the ability to display more than 45 at a time.
We will not fix this in the old JSF GUI. In the new GWT GUI, we should look into providing a Select All button on tables where the user would commonly want to perform an action on all records. I don't think we need to do this for RHQ 4.0 though.
The biggest issue this bug identifies is that our paging is very limited. If a user wants to see all their resources, then they should have the option to do so. In other words, in the old UI, we only let them display up to 45 items per page. What the new GUI should allow is the ability to specify a higher limit per page or even an "All" option.
Coregui scrolling supports this.