Element action.ShowPage

Substitution Groups:
action.IAction

This action component causes the client's browser to navigate to the defined Page.
This page could be either in the same context than the origin page, or in an other context.
In the second case, all required url parameters have to be valuated to enter the target page.


Attributes
mandatory   String Page The target page.
The path is relative to the WEB-INF directory and has to start with a '/' (ex: /pages/MyPage).

Named Children Elements
0 - unbounded   param.IUrlParameter[] Parameters Parameters to pass to the page when it is invoked.Note that if the target page belongs to the same context than the origin page, mandatory parameters are automatically reinjected into the url.
optional   binding.Expression ScrollTo Defines the ID of an element in the target page to scroll to.
This is implemented using an html anchor.