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
Answering my own question.
The answer is: update="personForm:phonesPanel"
Thanks all!