Re: java.util.List in form

2012-01-19 Thread resign
done The key part is the "onAfterSubmit". ... ${currentPhone1} ... and Java part: . void onAfterSubmit(){ if (phoneResultList == null){ phoneResultList = new ArrayList();

java.util.List in form

2012-01-19 Thread resign
Hello, i'm just a beginner and have a problem, maybe just a blackout :-) I have a java class "Person" with a list of phone numbers. How can i edit this person with tapestry? example : --- public class Person{ Listphones; . } Thank for any idea resign -- View this