• Anonymous
  • Login
  • Register
XPages Extension Library - Feature Request: Page Navigator - Ability to add url parameters to xe:pageTreeNode


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.




Taken Actions by Owners

No actions have been taken yet.

A new 'queryString' property had been added to the page tree node, thus allowing one to pass a value, which can also be computed.



Documents