I am not sure how to do this. I have a Map on my form(command object) where I have key entries with values null. I need to get the values from the jsp binded to this Map on my command object. The user is prompted to enter values for fields on the page, and those values I want to bind to the Map's value. How can I do this?


Reply With Quote