Monday, September 21, 2015

Reading multi valued parameters in a servlet

Need of multi valued parameters in a servlet? Sometimes input forms have check boxes and combo boxes which allow selection of multiple values. The parameters which are used for such input controls have multiple values. How multi valued parameters can be used in servlet? ServletRequest interface provides getParameterValues() method for reading all the values of […]
Read complete post

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.