Why not rename the variables so the order you want is alphabetic. For
example:
a-name, b-password, etc
Linda Hobbet
-----Original Message-----
From: Cary Gordon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 10:38 AM
To: JRun-Talk
Subject: Enumeration order
We need a way for Jrun to provide us with a hashtable of query parameters
that will enumerate in the order they appeared in the form. Currently,
although the HTTP specification asks that parameters are viewed in the
order that they are sent, the Java servlet specification does not. The
result is that in most servlet implementations (including Jrun), the
parameters are enumerated in alphabetical order and NOT the order in which
they appeared in the form.
For example, if you had a form with the following HTML:
<FORM>
<INPUT NAME="name">
<INPUT NAME="password">
</FORM>
We would like the parameters to be received in the order "name", "password".
The Cherry Hill Company
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists