1
0
-1
1 answer
- 210
Hi, I not sure how your value store. But, there is URL escape syntax for hash variable. You can check Hash Variable#EscapingtheResultantHashVariable.
- Ranjith
This happens due to two fields with same id in form.Thanks for the response
Add your comment...
In Request param comma added for select box value while used as redirect url
xxx?month=#requestParam.month#&year=#requestParam.year#
Here month and year are select box. on redirect it showing like month=January, January, &year=2017, 2017, in url