Re: How to write JSP to populate back a hashmap of custom objects

2008-01-08 Thread Rubbinio
Great, thank you so much. It works fine. We had: And should have had: What a difference two ' make ! jimkski wrote: > > Hi Rubbino- > > The vita rara blog provided a good example of using the Map method to > update a list of domain entries. > > http://www.vitarara.org/cms/struts_2_coo

Re: How to write JSP to populate back a hashmap of custom objects

2008-01-07 Thread jimkski
Hi Rubbino- The vita rara blog provided a good example of using the Map method to update a list of domain entries. http://www.vitarara.org/cms/struts_2_cookbook/updating_a_list_of_domain_entities I followed that example exactly and was able to get a form submit using maps working. -- View