• 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

object in iterate tag not fully display

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

So I have an object called ObjNum1 that has an arraylist of objects ObjNum2.
I'm trying to iterate ObjNum2 to get its properties so here's a sample of the code:



It does iterate and gets me the values, the problem is i have to retrieve the value back so I need the full path, that's to say that I need this generated in the html:


but I'm getting this:



How do I change my code then to not forget my ObjNum1?

Thanks in advance
reply
    Bookmark Topic Watch Topic
  • New Topic