Re: Problems with logic:iterate

2005-11-29 Thread Danny Lee
Next time check documentation for this kind of questions. Farm Number ${oneFarm.number} Name is - ${oneFarm.name} Cheers, Danny Eider Iturbe schrieb: I don't know how to implement in jsp the code to read all the values of the arraylist, Eider -

Re: Problems with logic:iterate

2005-11-28 Thread Eider Iturbe
I don't know how to implement in jsp the code to read all the values of the arraylist, Eider - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with logic:iterate

2005-11-28 Thread Michael Jouravlev
On 11/28/05, Eider Iturbe <[EMAIL PROTECTED]> wrote: > Hi, > > I've defined in a formBean called "adminFormBean" this: > > private List anulFarms = new ArrayList(); > > public void setAnulFarms(int key, long anulFarm) { > this.anulFarms.add((long) anulFarm); > } > > public

Re: Problems with logic:iterate

2004-08-12 Thread Tito Eritja
I found the error, I was using Xdoclet and I didn't specify in @struts.action scope="session" Thanks tito El jue, 12 de 08 de 2004 a las 11:44, Tito Eritja escribiÃ: > I'm new on Struts, and I'm trying to use the example from book > JakartaStrutsLife, but I get an > java.lang.ArrayIndexOutOfBoun