JSF: value bindings inside nested ui:repeat

后端 未结 1 1773
野趣味
野趣味 2021-02-02 04:32

I have a strange problem with the tag. Even for my very simple example, value bindings inside nested repeat components do not work as expected.

1条回答
  •  终归单人心
    2021-02-02 05:12

    Interesting issue. I can reproduce this with Mojarra 2.0.3. It's definitely a problem in state saving of ui:repeat. I've reported it as issue 1807 to the Mojarra guys. It works by the way fine when the outer loop is a c:forEach.

    0 讨论(0)
提交回复
热议问题