• Page Navigator - Ability to add url parameters to xe:pageTreeNode

    By patrick picard 1 decade ago

    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.

    • queryString

      By patrick picard 1 decade ago

      Thanks. Just tried it today and it works. Mucho Gracias mon ami :)

       

      Please mark as Fixed