Srinivas--
Hey -- these seem like reasonable enhancements to make. In 1121,
I'll switch the default value from "null" to " " so that the
default behavior is to show an empty cell. You can also do something
like:
<netui-data:spanCell value='${foobar != null ? foobar : 'Nothing to
see here"}'/>
I'll also add a "showAll" attribute to the configure pager tag. If
you are data binding to a list, you can do something like:
${fooList.size}
to get the total size. Otherwise, you're right, there's not a good
way to get the legnth of the data set.
Eddie