Hello mattupstate,
Here is a nice solution given by axtavt from StackOverflow.
http://stackoverflow.com/questions/3283920/how-to-bind-a-list-of-object-to-springmvc-controller
Type: Posts; User: Oenning; Keyword(s):
Hello mattupstate,
Here is a nice solution given by axtavt from StackOverflow.
http://stackoverflow.com/questions/3283920/how-to-bind-a-list-of-object-to-springmvc-controller
Once again, thank you mattupstate.
It was not exactly what I was looking for, but it's indeed a nice solution.
Last one (I promise), let's see if you can help me on this one.
...
Woot, it worked perfectly, thanks mattupstate.
But let's suppose I have two entities at my parameter list, something like:
@RequestMapping(value = "/test", method = RequestMethod.GET)...
Hello, i have the following action on an annotated controller:
@RequestMapping(value = "/test", method = RequestMethod.GET)
public ModelAndView test(
@RequestParam(required=false) Group...