Resource Menu


RE : New module
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?

posted by reya at Mar 3, 2008 1:44 AM