Hello forum readers,
I have a problem associated with the request.getParameterNames() method. I have a servlet that recieves a series of unknown parameter names and I would like to recieve these names in the order in which they appear on the form page. Now the request.getParameterNames() method will retrieve all of the parameter names, however, it seems that every time they are out of order :-S Is there any way to circumvent this problem? I reiterate that there is no way to know what the parameter names will be or name them in such a way that they can be alphabetically ordered.
thanks,
Nescio
I have a problem associated with the request.getParameterNames() method. I have a servlet that recieves a series of unknown parameter names and I would like to recieve these names in the order in which they appear on the form page. Now the request.getParameterNames() method will retrieve all of the parameter names, however, it seems that every time they are out of order :-S Is there any way to circumvent this problem? I reiterate that there is no way to know what the parameter names will be or name them in such a way that they can be alphabetically ordered.
thanks,
Nescio