Hi
Currently, xe:pageTreeNode elements added to a page navigator cannot handle url parameters. For example, it is not possible to create url's like this:
Public_Initiatives.xsp?category=LN
Attempting to do so using the "page" parameter of the xe:pageTreeNode automatically adds .xsp at the end
/db/etd.nsf/Public_Initiatives.xsp?category=LN.xsp
While I could use the onClick parameter to set a requestScope and use it in the next page to find which category to display, this prevents the user from bookmarking a certain section.