Closed sneiland closed 4 years ago
Populating a bean from a form object will throw an error if there are any form fields that do not map directly to a bean property. It would be useful to add an optional check if a property exists and ignore the set call if it does not.
Fix is pushed to issue branch, waiting until I have time to write some unit tests before considering for merge.
Populating a bean from a form object will throw an error if there are any form fields that do not map directly to a bean property. It would be useful to add an optional check if a property exists and ignore the set call if it does not.