I would like to know if there is any limit to the no. of hidden fields in a jsp page. What effect does the page/browser have if there are many hidden fields(like about say 50) in a single page.
[Assuming you are talking about hidden <input> tag fields in a <form>]
ASFAIK there is no limit, but then I've never used 50. The easiest way would be to try it and see if it works.
As for the effect - obviously the more fields you have, then the more data you are transmitting, so the slower it will be ... and also there is a 2 or 4k limit on a GET request - POST should be unlimited.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.