so make it extend it. the same way formcomponentpanel does but minus the markup bits.
-igor On Fri, Aug 6, 2010 at 6:01 AM, Joseph Pachod <[email protected]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
