Two Laptop Bag
The moose likes Struts and the fly likes Collection of Collections of datetimepickers not being populated Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Collection of Collections of datetimepickers not being populated" Watch "Collection of Collections of datetimepickers not being populated" New topic
Author

Collection of Collections of datetimepickers not being populated

Tony Schlemmer
Greenhorn

Joined: Mar 16, 2010
Posts: 1
This is first post on the Java Ranch.

I am using struts 2.0.14 and I'm having an issue where I have a Collection of Collections of datetimepicker values. I am retrieving the time values from a database and they are all being displayed properly. I can make changes to the time and it is working. The problem that I have is when I submit the page back the Collections are empty within the Java code when the update() method is called.

The list is returned from another class:

Here is the code that populates the Collection:



Here is my WindowBean Java code (fairly simple):



Here is my JSP page:




Thank for any help you can give me.

Tony
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Collection of Collections of datetimepickers not being populated
 
Similar Threads
List values are not bind with text fields
java.lang.IllegalArgumentException: argument type mismatch
The form Values are not getting set to the Backing bean
When Validation Error I Lose My Bean Value-Struts 2
form bean is not getting updated upon submit in jsp