PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
Hi, Could someone help me with replacing the JSP code below with iterate tag logic:iterate ? I have tried various permutations of logic:iterate but have been unsuccessful. --- jsp:useBean id="user" scope="session"

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Wes Hodges
Could someone help me with replacing the JSP code below with iterate tag logic:iterate ? I have tried various permutations of logic:iterate but have been unsuccessful. -- - jsp:useBean id="user" scope="session"

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread dhay
; size="30"//FONT /TD /TR /logic:iterate David Shamdasani Nimmi-ANS004 [EMAIL PROTECTED] on 02/28/2001 04:22:40 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject:

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:51 PM To: [EMAIL PROTECTED] Subject: RE: PLEASE HELP: How would I use the iterate tag here? Could someone help me with replacing the JSP code below with iterate tag logic:iterate ? I have tried various permutations of logic:iterate

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
Hodges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:51 PM To: [EMAIL PROTECTED] Subject: RE: PLEASE HELP: How would I use the iterate tag here? Could someone help me with replacing the JSP code below with iterate tag logic:iterate ? I have tried various permutations

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread D'Orto, David
: Wes Hodges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:51 PM To: [EMAIL PROTECTED] Subject: RE: PLEASE HELP: How would I use the iterate tag here? Could someone help me with replacing the JSP code below with iterate tag logic:iterate ? I have tried various permutations

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
No, I am using JDK 1.3 -Nimmi -Original Message- From: D'Orto, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the iterate tag here? Are you using an older JDK? This tag requires JDK 1.2

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Martin Cooper
To: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 2:02 PM Subject: RE: PLEASE HELP: How would I use the iterate tag here? Is there a problem that getSuppliers() method returns a Hashtable and not an ArrayList? -Nimmi -Original Message- From: Shamdasani Nimmi-ANS004 [mai

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread D'Orto, David
here? No, I am using JDK 1.3 -Nimmi -Original Message- From: D'Orto, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the iterate tag here? Are you using an older JDK? This tag requires JDK

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Maya Muchnik
: Wednesday, February 28, 2001 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the iterate tag here? Are you using an older JDK? This tag requires JDK 1.2 or later. Just a thought, Dave -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
lue" in my case is of the type SupplierBean how would I get access to the properties of SupplierBean? -Nimmi -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE HELP: How would I use the it

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Wes Hodges
What Craig is saying here seems inconsistant with the docs for iterate: ... a Map (whose values are to be iterated over), ... However you could add this line right inside of the loop bean:define id="supplier" name="supplierMapEntry" property="value" type="com.full.package.SupplierBean"/

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
Wes, I did try the code below but it still doesn't work. Anyone has any other suggestion? Imagine all this trouble when all I want to do is to make my "WORKING" JSP code look cleaner by using iterate tag: TABLE logic:iterate id="supplierMapEntry" name="user" property="suppliers"

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Martin Cooper
tions - Original Message - From: "Shamdasani Nimmi-ANS004" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 2:25 PM Subject: RE: PLEASE HELP: How would I use the iterate tag here? Martin, According to Craig's email: ---

RE: PLEASE HELP: How would I use the iterate tag here? Where are you Craig McClanahan?

2001-02-28 Thread Shamdasani Nimmi-ANS004
erate tag here? You should be able to use nested properties: bean:write name="item" property="value.code"/ bean:write name="item" property="value.country"/ bean:write name="item" property="value.countryName"/ -- Martin Cooper Tumbleweed Communi