jsf and primefaces update problem

后端 未结 3 517
囚心锁ツ
囚心锁ツ 2021-01-14 21:33

I have a JSF page with two forms (pseudo-code below).

First form is for a user and has text fields and a table of phone numbers, and a link for adding a new phone

3条回答
  •  梦毁少年i
    2021-01-14 21:46

    I doubt that update="personForm:phonesPanel" works without a ":" before personForm. This should be the correct one:

    update=":personForm:phonesPanel"
    

提交回复
热议问题