David PM

Greenhorn
+ Follow
since Oct 03, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by David PM

Hi all,

We're having a problem involving indexed properties in a form bean. This is the code of our form bean:



As you can see, we have an arraylist called routeTemplates. That arraylist contains a collection of beans. Here it is the code of that bean:



We are trying to set values in rdtList objects using the logic:iterate tag:



We can see the values in our jsp but when we try to set a new value in the form bean, we are unsuccesful. The values remain as they were originally. We've been looking everywhere but we just don't know how get things working.

Can anyone give us a hand? Thanks in advance.

[ October 03, 2008: Message edited by: David PM ]
[ October 03, 2008: Message edited by: David PM ]
15 years ago