I have use request.getQueryString() to save current display:table 's state that when user take some operate they will come back to the some position of page,
but when the page No is out of table's page count,the table will locate at page 1,but
display tag can't display Implicit object and jsp servlet in <display:column>
like these:
<display:column title="RowNo" sortable="true"><%=message_rowNum%></display:column>
that page generates HTML source is :<td></td>
why? Need Help, thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have use request.getQueryString() to save current display:table 's state that when user take some operate they will come back to the some position of page,
but when the page No is out of table's page count,the table will locate at page 1,but
display tag can't display Implicit object and jsp servlet in <display:column>
like these:
<display:column title="RowNo" sortable="true"><%=message_rowNum%></display:column>
that page generates HTML source is :<td></td>
why? Need Help, thanks.
when page number out of range.....
the current page number will set to first page, and custom servlet within <display:column></display:column> can't to be process and displayed.