| Author |
Problems with Indexed Properties
|
Kinjal Sonpal
Ranch Hand
Joined: Jun 06, 2003
Posts: 96
|
|
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
|
 |
Rick Hightower
Author
Ranch Hand
Joined: Feb 20, 2002
Posts: 350
|
|
Help me to help you. Are you getting error messages? How about showing the action mapping, and the ActionForm code? )
|
Rick Hightower is CTO of Mammatus which focuses on Cloud Computing, EC2, etc. Rick is invovled in Java CDI and Java EE as well. linkedin,twitter,blog
|
 |
Kinjal Sonpal
Ranch Hand
Joined: Jun 06, 2003
Posts: 96
|
|
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
|
 |
 |
|
|
subject: Problems with Indexed Properties
|
|
|