Skip to content

Commit

Permalink
Fix #1705 f:metadata must be a child of f:view
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Nov 24, 2022
1 parent 1784e64 commit 11dd8d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tck/faces22/protectedView/src/main/webapp/page2.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@



<f:metadata>
<f:viewParam name="param1" value="#{page2Bean.text2}"></f:viewParam>
</f:metadata>
<h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Insert title here</title>
<f:metadata>
<f:viewParam name="param1" value="#{page2Bean.text2}"></f:viewParam>
</f:metadata>
</h:head>
<body>
<h1>Page2</h1>
Expand Down
6 changes: 3 additions & 3 deletions tck/faces22/protectedView/src/main/webapp/page3.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@



<f:metadata>
<f:viewParam name="param1" value="#{page2Bean.text2}"></f:viewParam>
</f:metadata>
<h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Insert title here</title>
<f:metadata>
<f:viewParam name="param1" value="#{page2Bean.text2}"></f:viewParam>
</f:metadata>
</h:head>
<body>
<h1>Page2</h1>
Expand Down

0 comments on commit 11dd8d0

Please sign in to comment.