使用a4j重新编译:commandButton

时间:2010-11-25 15:56:20

标签: 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:form>
    <h:form id="3">
    </h:form>
</ui:panelGrid>

目前它不想reRender任何东西,只有它上面的动作才会被执行。 我也有我的形式。这会影响什么吗?我在每个keepAlive标记中使用相同的bean名称 我是这些人的新手。

1 个答案:

答案 0 :(得分:1)

我通过重新生成表单的父级来实现它。真奇怪。为什么不重新呈现表单中的表单或元素?