Closed
Description
Bozhidar Bozhanov opened SPR-10183 and commented
When binding request parameters to an object, you should be able to customize the name, like you can with @RequestParameter
("prop_name") propName.
Something like:
@CommandParameter
("editor_text")
private String text;
I have written on the subject here: http://techblog.bozho.net/?p=779
Issue Links:
- Provide a way to customize the names of JavaBean properties when they're read and written for data binding purposes [SPR-9242] #13880 Provide a way to customize the names of JavaBean properties when they're read and written for data binding purposes
- Add @FormAttribute attributes to customize x-www-form-urlencoded [SPR-13433] #18012 Add
@FormAttribute
attributes to customize x-www-form-urlencoded ("is superseded by")
2 votes, 6 watchers