Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.1
-
None
Description
instead of
<h:button value="..." outcome="/pages/myPage.xhtml">
<f:param name="param1" value="val1"/>
</h:button>
it should be possible to use:
<h:button value="..." outcome="#
">
<f:param name="param1" value="val1"/>
</h:button>
and
public Class<? extends ViewConfig> getMyPage()