Is there any limitation for request.getparametervalues in jsp? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th Mar 2017, 4:30 PM
abhijeet deshmukh
abhijeet deshmukh - avatar
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
18th Mar 2017, 4:34 PM
abhijeet deshmukh
abhijeet deshmukh - avatar
- 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.
18th Mar 2017, 4:32 PM
Vishal Prajapati