hi

  >
  > List<Contact> convertedInput ;
  >
  > public void convertInput(){
  >  List<Contact> list= new ArrayList<Contact>()
  >  // how to compose the list ?
      listeditor.convertinput();
     setConvertedInput(listeditor.getconvertedinput());
  
  -igorlisteditor isn't a FormComponent, so there's no convertinput to call in 
it. That's the core of the issue in fact.

++
joseph
    

Reply via email to