From: "Jeff Grangier" <[EMAIL PROTECTED]>

Each Element out the getParameterNames enumeration used to be ordered based
on the html form layout posting the data (using iPLanet). But, after the
migration the fields are coming in random order when I try to loop through
the fields dynamically. . .

AFAIK, there's nothing in the HTTP spec that says what order the browser must send the parameters in. Most browsers send them in the order they appear in the HTML source... but that's not guaranteed. And then there's nothing in the Servlet spec that says the container must keep them in the same order that the browser sent them.

What are you doing that depends on the order of the request params?

--
Wendy Smoak



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to