http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList
In the example above, in the CwCellList.ui.xml, there's a row defined,
referring to ShowMorePagerPanel's pager field - see below.
I don't see that field defined in the ShowMorePagerPanel example
source, and I don't understand how it makes the example work. When I
use Firebug to look at the div produced, it's always empty.
Does anyone know if it was a typo, or ...?
===================
<tr>
<td align='center'>
<s:ShowMorePagerPanel ui:field='pager' />
</td>
</tr>
===================