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. |