Re: recursive and struts. SOS

2005-09-27 Thread Michael Jouravlev
On 9/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Carlos de la Flor Egiluz wrote: > > hello y have one java object like this (the object name is adressesObj: > > String name > > String surname > > List list = new ArrayList() > > set/get methods > > well into the list (arrayList) there are

Re: recursive and struts. SOS

2005-09-27 Thread Laurie Harper
Carlos de la Flor Egiluz wrote: hello y have one java object like this (the object name is adressesObj: String name String surname List list = new ArrayList() set/get methods well into the list (arrayList) there are several elements, objects, that are like the same object (adressesObj)... an

Re: recursive and struts. SOS

2005-09-27 Thread Carlos de la Flor Egiluz
i dont see any thing for the recursively... can you say me where is? thanks 2005/9/27, Hubert Rabago <[EMAIL PROTECTED]>: > > Try the tutorials on http://www.keyboardmonkey.com/next/index.jsp > > > Hubert > > > On 9/27/05, Carlos de la Flor Egiluz <[EMAIL PROTECTED]> wrote: > > hello y have one j

Re: recursive and struts. SOS

2005-09-27 Thread Hubert Rabago
Try the tutorials on http://www.keyboardmonkey.com/next/index.jsp Hubert On 9/27/05, Carlos de la Flor Egiluz <[EMAIL PROTECTED]> wrote: > hello y have one java object like this (the object name is adressesObj: > String name > String surname > List list = new ArrayList() > set/get methods >