| Issue 302: | Alternate way to enable page numbers on the HtmlToolbar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm on my 3rd app using JMesa, and for each one I had to create this little class to enable page numbers.
public class PageNumbersToolbar extends HtmlToolbar {
@Override
public String render() {
enablePageNumbers(true);
return super.render();
}
}
This is very flexible, but "turn on page numbers" would be a very handy config option in an alternate manner.
Feb 4, 2011
Project Member
#1
jeff.johnston.mn@gmail.com
Feb 4, 2011
Thanks Jeff... is this in TFM and I didn't see it?! I see it in the default jmesa.properties file now though. ugh! :-) (please close this issue! Looks like I'm not allowed to)
Mar 9, 2011
(No comment was entered for this change.)
Status:
Invalid
|