Increasing the TEPS Navigator “more” limit

In some cases the TEPS navigator will hang on the “more” nodes, I haven’t bothered trying to run down the how and why, I just want to see all child-nodes when I select a parent-node.

Here’s how you do it…

Add the following lines to the teps.jnlpt, then rebuild the teps.jnlp

<property name=”cnp.http.url.host” value=”$HOST$”/>
<property name=”cnp.navigator.branch.pagesize” value=”1000″/>
<property name=”cnp.navigator.branch.threshold” value=”500″/>

Leave a Reply

You must be logged in to post a comment.