We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dffcae commit b5c4699Copy full SHA for b5c4699
jsf/http-get/src/main/webapp/index.xhtml
@@ -9,14 +9,16 @@
9
<h:body>
10
<h1>HTTP GET</h1>
11
12
- Invoke a page with <a href="#{facesContext.externalContext.requestContextPath}/index2.xhtml?name=jack">URL parameters</a>
13
- <br/><br/>
14
h:link <h:link value="Login" outcome="login"/><br/><br/>
15
16
h:link with f:param: <h:link value="Login" outcome="login">
17
<f:param name="name" value="Jack"/>
18
</h:link><br/><br/>
+ h:link with f:param <h:link value="pre-process params before rendering" outcome="index2" >
+ <f:param name="name" value="Jack"/>
19
+ </h:link>
20
21
+ <br/><br/>
22
h:button: <h:button value="login"/>
23
</h:body>
24
</html>
0 commit comments