• 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 html:option

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have an object that contains two collections.
I write the object to HttpServletRequest so that the struts tags can use them.
I now have a page where I want to use the html ption tag using one of the collections in my object.
I can see how to do it if I just had the collection in the HttpServletRequest, but I can't see how I can access objects within the objects.
Can anyone point me in the right direction?
Thanks
Jag
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic