以下代码位于JSF header.xhtml模板上。加载的页面是home.xhtml,其中包含来自主模板的header.xhtml模板引用,并使用ui:composition template =" header.xhtml" 注意:除了ui:composition
之外,home.xhtml没有代码下面是模板header.xhtml
上的代码 <form id="headerForm" name="frmSearch" method="get"
action="search.xhtml">
Search <input id="input1" type="text" a:required="true"
name="keyword" value="#{param['keyword']}" a:autofocus="true" />
<p:focus for="input1"/>
<f:param name="keyword" value="#{param['keyword']}" />
</form>