We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81eb501 commit 2305b96Copy full SHA for 2305b96
api-tests/src/test/webapp/search.xhtml
@@ -4,6 +4,8 @@
4
<meta charset="utf-8" />
5
</h:head>
6
<h:body>
7
- <h:link outcome="/search.xhtml" value="Test"></h:link>
+ <h:link outcome="/search.xhtml" value="Test">
8
+ <f:param name="lang" value="en"/>
9
+ </h:link>
10
</h:body>
11
</html>
0 commit comments