Hi,
I am trying to create a dynamic form while iterating
an arraylist of entity objects.display fields are hashmap values where I should be able to edit the hashmap fields hashmap<
String,value an Object) and submit the form values back.I am able to create the dynamic form but when I submit,cant get the values back in my Action class,as Arraylist becomes empty while submitting my form.I am using struts2 in my application
Any better solution for iterating a hashmap and getting the complete hashmap in the Action class.