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:
2 votes, 6 watchers
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:
@FormAttributeattributes to customize x-www-form-urlencoded ("is superseded by")2 votes, 6 watchers