Need help with logic:iterate

2002-09-17 Thread John Owen
I include the following tags in my jsp (tacaReport.jsp) : logic:iterate id=element name=output type=com.brasfieldgorrie.timetracker.reporting.ReportRow tr tdbean:write name=element property=sectionHeader//td tdbean:write name=element property=empLastName//td tdbean:write

Need help on logic:iterate

2002-01-31 Thread Sher_A
Can someone help me with this logic:iterate question? Thanks. Struts example command: logic:iterate id=subscription name=user property=subscriptions I read it as: user is the bean, user.subscriptions is a Collection (Vector or Array) in that bean, and each element in the

Re: Need help on logic:iterate

2002-01-31 Thread marco volpe
hi you can go here: http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/logic/pack age-summary.html - Original Message - From: Sher_A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 3:36 PM Subject: Need help on logic:iterate Can someone help

Re: Need help on logic:iterate

2002-01-31 Thread Brian Holzer
This is only a debugging type suggestion, but you could put your interate inside of a logic:present name=user property=schedule SCHEDULE WAS FOUND your iterate /logic:present tag and make sure that the collection is being found. Brian

Re: Need help on logic:iterate

2002-01-31 Thread Philippe Hodapp / 1genia
05 Fax : 01 48 25 11 47 GSM : 06 20 15 32 61 http://www.1genia.com - Original Message - From: Sher_A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 3:36 PM Subject: Need help on logic:iterate Can someone help me

RE: Need help on logic:iterate

2002-01-31 Thread Greg Hess
on logic:iterate hi you can go here: http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/logic/pack age-summary.html - Original Message - From: Sher_A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 3:36 PM Subject: Need help on logic:iterate Can

Need help with logic:iterate :)

2001-04-19 Thread Alex Colic
Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector of objects under the property 'storeroomList'. Each one of the objects in this vector has a property 'name.' What I am trying to do is go through the

Re: Need help with logic:iterate :)

2001-04-19 Thread Dan Miser
om From: "Alex Colic" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "Struts" [EMAIL PROTECTED] Subject: Need help with logic:iterate :) Date: Thu, 19 Apr 2001 15:50:44 -0400 I have attempted the below but the only storeroom name to be printed out to the screen is the last store

RE: Need help with logic:iterate :)

2001-04-19 Thread Roman Fail
: Thu 4/19/2001 12:50 PM To: Struts Cc: Subject: Need help with logic:iterate :) Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key

Re: Need help with logic:iterate :)

2001-04-19 Thread Oldeboershuis, Simon
Hi Alex, see below Alex Colic schrieb: Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector of objects under the property 'storeroomList'. Each one of the objects in this vector has a property