onload输入焦点错误无法找到表达式的组件" input1"引自" j_idt12"

时间:2016-11-21 00:53:10

标签: jsf input onload autofocus

以下代码位于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>

0 个答案:

没有答案