-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
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
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement