• 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

Problem using "nested:iterate" tag

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I have the following situation in my code:

1. My form has an arraylist.
2. Inside the arraylist, there is an array of my beans. If the bean is say Contact (Employee contacts), then the list contains Contact[].
3. In my jsp, i need to iterate upon this array within the collection using <nested:iterate>.


I am not able to use the nested tag properly here.

Please help.
 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you should look here, pretty informative tutorial.
nested tag tutorial

fyi, i found the link in one of the earlier discussions.. something i learnt from the bartender.
reply
    Bookmark Topic Watch Topic
  • New Topic