Hi,
I am experiencing a strange problem with the range navigation in
tr:table. The range navigation only works if a row selection has been
made. For the following table, you need to make a selection first,
before using the range navigation drop-down list. If no selection is
made, it is possible to observe the PPR request using firebug, but the
range displayed always remains at 1 - 10 of x. Any pointers would be
greatly appreciated.
<tr:table
id="results"
binding="#{programSelection.offeringsTable}"
value="#{sessionScope['offeringList']}"
var="offering"
rowSelection="single"
rowBandingInterval="1"
horizontalGridVisible="true"
verticalGridVisible="true"
emptyText="#{bundle.crseNoResults}"
rows="10"
shortDesc="#{bundle.crseSelectionTable}"
>
etc.
Note: programSelection managed bean is in request scope.
Thank you.
Graeme.