Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
(Newbie alert!) I need to present data like this Heading One One Two Three FourFiveSix Heading Two Seven Eight Heaging Three NineTen Eleven Etc. Anyone for some advice on how to nest logic:iterate tags, and the data structure to put in the request scope? Thanks,

RE: Structure Advice for logic:iterate

2002-10-15 Thread Wendy Smoak
Adam wrote: I need to present data like this Heading One One Two Three Four FiveSix Heading Two Seven Eight Heaging Three Nine Ten Eleven Etc. Not enough info... are the 'one' 'two' 'three' things all of the same type? Will there always be exactly three columns two

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 12:33:11 -0700, Wendy Smoak wrote: Adam wrote: I need to present data like this Heading One One Two Three Four FiveSix Heading Two SevenEight Heaging Three Nine Ten Eleven Etc. Not enough info... are the 'one' 'two' 'three' things all of the same

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 15:46:06 -0400, Adam Sherman wrote: Adam wrote: I need to present data like this Heading One One Two Three FourFiveSix Heading Two Seven Eight Heaging Three NineTen Eleven I think maybe I'm trying to do the structuring in the presentation

RE: Structure Advice for logic:iterate

2002-10-15 Thread Sri Sankaran
% } % /nested:iterate /nested:iterate /nested:root HTH Sri -Original Message- From: Adam Sherman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:46 PM To: Struts Users Mailing List Subject: RE: Structure Advice for logic:iterate On 10/15/02

Re: Structure Advice for logic:iterate

2002-10-15 Thread Antoni Reus
Hi, what about a list_date_shedule list_date_shedule : - date_shedule * date_shedule :- Date list_city list_city :- city * city :- String To get the three columns you should do something like: logic:iterate id=dateShedule name=listDateShedule ... output date open table or tr

RE: Structure Advice for logic:iterate

2002-10-15 Thread Adam Sherman
On 10/15/02 16:25:32 -0400, Sri Sankaran wrote: (FYI: With the version in Struts 1.1 and indexed properties, you may be able to avoid the % % ugliness) This all makes quite a lot of sense. Could you elaborate on indexed properties? Thanks, A. -- Adam Sherman President Chief Technologist

RE: Structure Advice for logic:iterate

2002-10-15 Thread Sri Sankaran
. -Original Message- From: Adam Sherman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:44 PM To: Struts Users Mailing List Subject: RE: Structure Advice for logic:iterate On 10/15/02 16:25:32 -0400, Sri Sankaran wrote: (FYI: With the version in Struts 1.1 and indexed properties