Skip to content

Commit b5c4699

Browse files
author
Arun Gupta
committed
Reordered some elements for a logical order
1 parent 7dffcae commit b5c4699

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jsf/http-get/src/main/webapp/index.xhtml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
<h:body>
1010
<h1>HTTP GET</h1>
1111

12-
Invoke a page with <a href="#{facesContext.externalContext.requestContextPath}/index2.xhtml?name=jack">URL parameters</a>
13-
<br/><br/>
1412
h:link <h:link value="Login" outcome="login"/><br/><br/>
1513

1614
h:link with f:param: <h:link value="Login" outcome="login">
1715
<f:param name="name" value="Jack"/>
1816
</h:link><br/><br/>
17+
h:link with f:param <h:link value="pre-process params before rendering" outcome="index2" >
18+
<f:param name="name" value="Jack"/>
19+
</h:link>
1920

21+
<br/><br/>
2022
h:button: <h:button value="login"/>
2123
</h:body>
2224
</html>

0 commit comments

Comments
 (0)