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 long getAnulFarms(int key) { > return (Long)anulFarms.get(key); > } > > Now, I want to iterate in the values of this array inside a jsp page and > then show each element in an html table's row. But I have no idea about > how!!!! :-(
So, what is your question? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]