We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35bede commit d08d2c7Copy full SHA for d08d2c7
jsf/http-get/src/main/webapp/index.xhtml
@@ -4,10 +4,10 @@
4
xmlns:h="http://xmlns.jcp.org/jsf/html"
5
xmlns:f="http://xmlns.jcp.org/jsf/core">
6
<h:head>
7
- <title>Facelet Title</title>
+ <title>JSF and HTTP GET</title>
8
</h:head>
9
<h:body>
10
- <h1>HTTP GET</h1>
+ <h1>JSF and HTTP GET</h1>
11
12
h:link <h:link value="Login" outcome="login"/><br/><br/>
13
jsf/http-get/src/main/webapp/index2.xhtml
<f:metadata>
<f:viewParam name="name" value="#{user.name}">
0 commit comments