I have a form that's coming from a different system that I have no control over. It uses dashes in the names of it's form variables I have to accept with my Spring Controller. Since Java won't let me use dashes in the setter methods of my command object bean, I'm looking for a way to map/convert them to a name without dashes. My searching has turned up nothing useful. Thanks.


Reply With Quote