+ 2
Is there any limitation for request.getparametervalues in jsp?
I want to get more than 3000 contact numbers to other page while I am using request.getparametervalues it shows first 1998 contact numbers only
2 Answers
0
@vishal I am using post method to send parameters. yes using groups can be a solution by I just want to what's problem with all the parameters
- 1
@abhijeet HTTP GET is limited to specific limit. Alternatively you can divide numbers in 2 group(variable) and use separate Param for each group.