I found where was the the problem :
contactResourceValues[i] = new ContactResourceValue(contactResourceValue);
it doesn't work;
contactResourceValues[i] = contactResourceValue;
it works!!
Now I have to had firstname, lastname,adress, phone number,…
Question:
I have to only to had getFirstName, setFirstName, … in the file ContactResourceBean.java and modify the jsp pages?