Re: Iterate question

2005-07-20 Thread Mariano García
Mariano García escribió: Hi guys, I have a question about the best way to do some stuff. I am generating an array of objects (conection) in one action in order to show all of them in a jsp page, using a tag. Each of these object has an int attribute that represents an error identification st

Iterate question

2005-07-20 Thread Mariano García
Hi guys, I have a question about the best way to do some stuff. I am generating an array of objects (conection) in one action in order to show all of them in a jsp page, using a tag. Each of these object has an int attribute that represents an error identification stored in a DB. So, I have

Re: Iterate question

2005-03-31 Thread kjc
: Rutger Heijmerikx [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:47 AM To: user@struts.apache.org Subject: Iterate question Hi all, Maybe it's clear what my problem exactly is when i post the jsp contents and my question. JSP contents: <%@ taglib uri="/WEB-INF/struts-bea

RE: Iterate question

2005-03-31 Thread Phan, Hienthuc T (Rosetta)
- From: Rutger Heijmerikx [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:47 AM To: user@struts.apache.org Subject: Iterate question Hi all, Maybe it's clear what my problem exactly is when i post the jsp contents and my question. JSP contents: <%@ taglib uri="/WEB-INF/st

Iterate question

2005-03-31 Thread Rutger Heijmerikx
Hi all, Maybe it's clear what my problem exactly is when i post the jsp contents and my question. JSP contents: <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ tagl