Search:

Type: Posts; User: Oenning; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hello mattupstate, Here is a nice solution...

    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
  2. Once again, thank you mattupstate. It was not...

    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.


    ...
  3. Woot, it worked perfectly, thanks mattupstate. ...

    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)...
  4. Binding complex type to annotated controller action

    Hello, i have the following action on an annotated controller:



    @RequestMapping(value = "/test", method = RequestMethod.GET)
    public ModelAndView test(
    @RequestParam(required=false) Group...
Results 1 to 4 of 4