Issue 300: Add RowSelect.setMaxRows(int)
Status:  Fixed
Owner: ----
Closed:  Mar 2011
Reported by jeffjjen...@gmail.com, Jan 5, 2011
Please add setMaxRows(int) method to RowSelect.  Will require calling init(page) to readjust.

Workaround without it is to temp save desired existing values from limit.getRowSelect() and instantiate new RowSelect, specifying values via constructor, and then limit.setRowSelect().

Jan 5, 2011
Project Member #1 jeff.johnston.mn@gmail.com
I could add that in the next couple months...I will be working with JMesa a lot at work the next 6 months. Feel free to send a patch as well if happen to get to it first.
Mar 9, 2011
Project Member #2 jeff.johnston.mn@gmail.com
Have this implemented on the trunk. Will go out on the 3.0.4 release.
Status: Fixed