For the tree navigation view, the HTML pagination segments pages with various navigation links into multiple pages. This enables devices with memory constraints to be able to view a larger HTML page than can be held in memory all at one time.
mwp.tree.pagination.max.buffer.match=5200
This value represents the maximum buffer size in bytes to match on. Any devices with a buffer size equal to or less than this value will have their HTML pages paginated. The default value currently matches many of the early generation I-mode devices. To enable HTML pagination for another device, find the maxhtmlpage device policy value for a particular device and make sure that the property is equal to or greater than that value. If you increase the value of this property, pagination will also occur for other devices with buffer sizes that match this value.
HTML pagination is determined by the amount of buffer space available in the device. The XDIME aggregator computes the amount of space consumed by the page and sends the maximum allowed links by the device. If the device can handle only a subset of the links on a page, next and previous links are included for navigating among the paginated pages.
mwp.tree.pagination.page.overhead.size=1500
mwp.tree.pagination.link.size=20
In addition, the custom property navigation.expansion.defaultstate should be set to true in the Resource Environment Providers list (located in the WebSphere Application Server Integrated Solutions Console).
The link size is how many bytes the markup consumes to generate a link such as <a href=""></a><br/>. This value is used to help calculate how many bytes are consumed for adding the link markup, the link target URL, and the link title. The default values for both properties were calculated from the page source generated for I-mode devices.