• 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

Problems with Indexed Properties

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm having a very typical situation where I have a Summary -> ShowDetails ->EditDetails -> SubmitChanges -> Confirm kind of workflow. since the data is coming from in form of Collection of VO beans, I'm trying to use a combo of <logic:iterate>,<bean:write> and <html:text> tags to lay out multiple record in the form. I went thru' the Indexed Properties tutorial on the struts home page, but it talks about a scenario, where the ACtionForm itself has the collection. In my case the data bean collection is put by the action into request scope. I'm finding it very difficult to move forward in this direction. My JSP code looks something like this.

Since I'm supposed to produce the output asap, I'm trying to avoid any further complications by using struts-el.
Thanks
 
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help me to help you.
Are you getting error messages?
How about showing the action mapping, and the ActionForm code?
)
 
Kinjal Sonpal
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm sorry for not putting up the question properly. I am hooked up with
something else. I'll later repost my question properly.
Thanks a lot in the meanwhile.
Regards,
Kinjal Sonpal
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic