Issue 261: Small bug for org.jmesa.facade.tag.TableFacadeTag
Status:  Invalid
Owner: ----
Closed:  Mar 2011
Reported by takinw...@gmail.com, May 10, 2010
What steps will reproduce the problem?
1. the default vale of maxRows in TableFacadeTag class is 0, so if we don't
set maxRows in JSP, the jmesa table will be invaild. 

So, we need modify the source code of function "doTag()" like this:

    if (getMaxRows() > 0) this.tableFacade.setMaxRows(getMaxRows());

2. the TableFacadeTag class don't support totalRows attribute in JSP; 

What version of the product are you using? On what operating system?

jmesa-2.4.6.jar

Please provide any additional information below.


May 11, 2010
Project Member #1 jeff.johnston.mn@gmail.com
What kind of error do you get? 

The way it is implemented if you do not set the max rows then the value will be
pulled from the Preferences. The default is 15.

limit.rowSelect.maxRows=15
Mar 9, 2011
Project Member #2 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: Invalid