Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/jsf/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf 使用a4j:commandButton重新招标_Jsf_Richfaces_Submit_Ajax4jsf - Fatal编程技术网

Jsf 使用a4j:commandButton重新招标

Jsf 使用a4j:commandButton重新招标,jsf,richfaces,submit,ajax4jsf,Jsf,Richfaces,Submit,Ajax4jsf,元素和多个表单的嵌套是否会影响使用a4j:commandButton重新排序的功能 我有点像: <ui:panelGrid> <h:form id="1"> <a4j:commandButton rerender="1,2,3" /> </h:form> </ui:panelGrid> <ui:panelGrid> <h:form id="2"> </h:f

元素和多个表单的嵌套是否会影响使用a4j:commandButton重新排序的功能

我有点像:

<ui:panelGrid>
    <h:form id="1">
         <a4j:commandButton rerender="1,2,3" />
    </h:form>
</ui:panelGrid>
<ui:panelGrid>
    <h:form id="2">
    </h:form>
    <h:form id="3">
    </h:form>
</ui:panelGrid>

目前,它不想重新加载任何内容,只会执行对其执行的操作。 我的表格里也有。这会影响什么吗?我在每个keepAlive标记中使用相同的bean名称
我对所有这些都不熟悉。

我通过重新提交表单的父级来实现它。真奇怪。为什么不只重新显示表单或表单中的元素?

我不确定RichFaces部分,但在HTML中,ID以数字开头是非法的。这只是为了举例