Skip to content

Customizable parameter name when binding an object [SPR-10183] #14816

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issuetype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions