Spring Projects Issues
Spring Projects Issues
**[Abhijit Sarkar](https://jira.spring.io/secure/ViewProfile.jspa?name=asarkar)** commented With 61 votes, and after 6.5 years since it was opened, doesn't his ticket deserve more attention than it is getting (which is zero, last comment was...
**[Filip Panovski](https://jira.spring.io/secure/ViewProfile.jspa?name=f.panovski)** commented Has there been any progress on this issue? Is this planned for any release's roadmap as of right now?
**[Serdar Osman Onur](https://jira.spring.io/secure/ViewProfile.jspa?name=honor)** commented Voted & Watching
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Adding link to an (old) related ticket #13880. Wouldn't that have to be `@FormAttribute("value_first")`? I'm wondering what's the idea. For such a cross-cutting requirement such as using...
**[Martin Myslík](https://jira.spring.io/secure/ViewProfile.jspa?name=smedzlatko)** commented I should have clarified this in my simplified example. It should , of course, be: `@FormAttribute`("value_first") private String value1; As for the requirement, I am not saying...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I think the scenario is quite clear. There is nothing unreasonable about your request. I'm only wondering whether annotations would solve this effectively. An annotation here and...
**[Martin Myslík](https://jira.spring.io/secure/ViewProfile.jspa?name=smedzlatko)** commented I had several use cases where I had to extract just several fields from a huge form-encoded request which would mean putting this annotation on a couple...
**[Micah Silverman](https://jira.spring.io/secure/[email protected])** commented Bringing this up again. ;) There are still a number of important providers that insist on x-www-form-urlencoded when POSTing. Regarding the concern around lots of annotations on...