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

2001-02-28 Thread Shamdasani Nimmi-ANS004
- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE HELP: How would I use the iterate tag here? You should be able to use nested properties: -- Martin Cooper Tumbleweed Communications - Original Message

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

2001-02-28 Thread Martin Cooper
ss 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 iterate tag here? > > >

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: -- This is what I am t

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 Also you would need to change the id in the iterate to "supplierMapEntry" Wes > Martin, > > According to

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

2001-02-28 Thread Shamdasani Nimmi-ANS004
er [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE HELP: How would I use the iterate tag here? Yes, there is. See Craig McClanahan's explanation in the archives: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg03625.h

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

2001-02-28 Thread Maya Muchnik
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 or later. > > Just a thought, > Dave > > ---

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

2001-02-28 Thread D'Orto, David
terate tag 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 JD

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

2001-02-28 Thread Martin Cooper
AIL PROTECTED]> 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---

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 requ

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

2001-02-28 Thread D'Orto, David
riginal Message- From: 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 ? I have tried vari

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

2001-02-28 Thread Shamdasani Nimmi-ANS004
- From: 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 ? I have tried various permutation

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

2001-02-28 Thread Shamdasani Nimmi-ANS004
odges [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 ? I have tried various permutations > of but have bee

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

2001-02-28 Thread dhay
[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: (bcc: David Hay/Lex/Lexmark) Subject: PLEASE HELP: How would I use the iterate tag here? Hi, Could someone help me with replacing the JSP code below with iterate tag ? I have tried various p

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 ? I have tried various permutations > of but have been unsuccessful. > > -- > - > type="com.motorola.mms.msqc.beans.UserBean"/> > > > <% >

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 ? I have tried various permutations of but have been unsuccessful. --- <% Hashtable hashTable = (Hashtable) user.getSuppliers();