If nothing else you can "just" parse the query string yourself.
If the forms are GET then this is pretty easy to do with
request.getQueryString() and then parse the string. That way
you can get the parameters in the order they were submitted.
Ofcourse I the forms use POST too this is slightly more complicated.

bent

> -----Original Message-----
> From: Hobbet, Linda [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 13, 2001 1:46 PM
> To: JRun-Talk
> Subject: RE: Enumeration order
>
>
> But the module the form submits to is under your control, is that correct?
> If noting else, you could assign the variables to an array in the sequence
> you need and then process that array.  Or use an application server that
> processes things the way you need, instead of JRUN.  Hopefully
> someone will
> know how to get JRUN to process the way you need it to.  Sorry, but that's
> not me.
>
> Linda Hobbet
>
> -----Original Message-----
> From: Cary Gordon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 13, 2001 12:18 PM
> To: JRun-Talk
> Subject: RE: Enumeration order
>
>
> We would if we could.  Unfortunately,  the forms are preexisting and our
> not under our control.
>
> At 11:01 AM 3/13/2001 -0800, you wrote:
>
> >Why not rename the variables so the order you want is alphabetic.  For
> >example:
> >a-name, b-password, etc
> >
> >Linda Hobbet
>
>
> Cary Gordon
> 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

Reply via email to