• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Display tabular Data using logic iterate tags.

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Let say we have some data in table.

ID -- Zone -- Country -- City
1 -- Asia -- IN -- DEL
2 -- Asia -- IN -- MUM
3 -- Asia -- IN -- CHD
4 -- Asia -- JP -- TKO
5 -- Asia -- JP -- HRS
6 -- North America -- US -- NYC
7 -- North America -- US -- DEN

now i have a list having ROW data as objects.
how can i display this data in below format using <logic:iterate>??

Asia -- IN -- DEL
-- -- MUM
-- -- CHD
-- JP -- TKO
-- -- HRS
North America -- US -- NYC
-- DEN.

thanks.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask Struts questions in the Struts forum. I've moved this post there for you.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

</table>
[ November 02, 2006: Message edited by: Merrill Higginson ]
reply
    Bookmark Topic Watch Topic
  • New Topic