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
-
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]
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
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
4 matches
Mail list logo