Java Faces: How to add url hash to action or outcome attribute

1 day ago 5
ARTICLE AD BOX

Is it possible to add url hash myHash to a faces outcome or action attribute like:

<h:link outcome="/sites/test.xhtml#myHash" value="test"> <f:param name="foo" value="fooValue" /> </h:link>

I thought about navigating to the page and let the browser jump the the html component with that id aswell.

Read Entire Article