Hi All
Is there a easy way to pack multiple parameters in URL to single unit and send to Spring MVC Controller? I have more than 20 parameters and it is inconvenience to type @RequestParam for each of them.
Also how we can handle parameters if it can change in size e.g if I have some list of info which vary in size?
Thanks