• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

passing multiple arrays using single logic iterate

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i have been working on Struts from past one month. I am facing a difficulty in logic:iterate tag. I want to pass two Lists at a time using same logic:iterate tag. Is is possible to do this if so how?

Note that the Lists that i want to one shall contain an name and other shall contain the number associated with the name. As a result both of them should be itrated simulteneously so that i can use the value of number associated with the area correctly which could be used by me as a further reference when i need it.

Thanks in advance
PRAMS
 
Sheriff
Posts: 67746
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
Obviously this has nothing to do with Ant. Moved to the Struts forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic