RE: Newbie Question on Logic:Iterate Tag

2001-01-06 Thread Ted Husted
TED]] > Sent: Wednesday, January 03, 2001 10:09 AM > To: Struts List > Subject: Re: Newbie Question on Logic:Iterate Tag > > > Basically, iterate will run through a collection object that you've > stored in one of the contexts (page, request, session, or > application

RE: Newbie Question on Logic:Iterate Tag

2001-01-06 Thread Jouhal, CJ
at I had for my struts:iterate tag: strut test... (this should repeat) What am I doing wrong? > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 03, 2001 10:09 AM > To: Struts List > Subject: Re: Newbie Question on Logic

RE: Newbie Question on Logic:Iterate Tag

2001-01-04 Thread Dennis
iteration." Thanks, Dennis -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 8:09 AM To: Struts List Subject: Re: Newbie Question on Logic:Iterate Tag Basically, iterate will run through a collection object that you've store

RE: Newbie Question on Logic:Iterate Tag

2001-01-04 Thread Dennis
iteration." Thanks, Dennis -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 8:09 AM To: Struts List Subject: Re: Newbie Question on Logic:Iterate Tag Basically, iterate will run through a collection object that you've stored in one

Re: Newbie Question on Logic:Iterate Tag

2001-01-03 Thread Ted Husted
Basically, iterate will run through a collection object that you've stored in one of the contexts (page, request, session, or application), using a call like request.SetAttribute("myObj", myObj); You can then do something like in your JSP. (Assuming that myObj is an array, hashtable, et cete