xPages Navigation Rules

One of the biggest changes using xPages is the control of navigation. $$Return and WebQuerySave-Agents are no more options.

Instead the xPages property offers dropdowns for “next page”. But this feature is to static. I want to define my next page depending on the result of my processing of the post.

One method could be navigation rules also found on the xpages properties. It’s a thing from the JSF world. But how does it work on xpages?

Subject: Bug Logged - MKEE7PKMSX - Once fixed this will allow for the computing the page to navigate to rather than having it static

Subject: and if it worked?

Thanks for your quick response. Do you know how it would work (if it worked)?

In JSF we have:

home

/pamo/home.jsp

The would be triggered by something like:

<h:commandButton action=“home” value=“Startpage”>