I am having a problem here. When I use ajax to pass a parameter containing "+" to my controller it is being replaced by a space.
Example, I will pass value = Tom+Jerry+Garfield
using ajax. When I use System.out.println() in my controller it displays Tom Jerry Garfield
. I tried using other special characters I don't seem to have a problem.
Please help. Thanks in advance.