• 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

nested:iterate with jsp:inclue

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using Nested Tag Library.
I am using <nested:iterate> tag. I am incluing a jsp using <jsp:inclue> on runtime and accessing the object returned by <nested:iterate> in the included jsp runtime.
I put the object returned by <nested:iterate> into request scope and then in included jsp I got the object from the request object.
My object is of type Enumeration.
Now the problem is in included jsp i am trying to use again <nested:iterate>, but the body of this does not print anything. But if i run the Enumeration object, it shows me all the elements.
Summery : If i pass the object of <nested:iterate> to the new jsp, it do not iterate.
Can anyone help me out ??
Thanks and Warm Regards
Chetan Chandarana
 
reply
    Bookmark Topic Watch Topic
  • New Topic