| Issue 261: | Small bug for org.jmesa.facade.tag.TableFacadeTag | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Mar 9, 2011
(No comment was entered for this change.)
Status:
Invalid
|