2

Does the nesting of elements and multiple forms affect the capabilities of rerendering with a a4j:commandButton?

i have something like:

<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>

Currently it does not want to reRender anything, only the action on it will get executed. Also i have in my forms . Would that affect anything ? I use the same bean name in every keepAlive tag I'm new to all these.

4

1 に答える 1

1

フォームの親を再レンダリングすることで機能するようになりました。それは奇妙です。フォームまたはフォーム内の要素のみを再レンダリングしないのはなぜですか?

于 2010-11-27T12:44:35.673 に答える