SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply just pass the attribute you want without any annotations in your controller:
@RequestMapping(value = "/someUrl") public String someMethod(String valueOne) { //do stuff with valueOne variable here }
Works with GET and POST