Also, you can use Javascript very simply to set the ACTION of the form to
the current ACTION + the form items to compose the querystring as part of
that attribute.  So regardless of  a POST or GET you still have the
querystring there.  Use the JavaScript code to order the appending as you
please.

Matt

Matthew L. Wright
Java Internet Programmer
Jupiter One
Web World Studios West Coast
www.jupiterone.com
(818) 763-2927
----- Original Message -----
From: "Hobbet, Linda" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 2:21 PM
Subject: RE: Enumeration order


> If the forms use POST, then parse the formfields cgi variable.
>
> Linda Hobbet
>
> -----Original Message-----
> From: Bent Olsen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 13, 2001 2:12 PM
> To: JRun-Talk
> Subject: RE: Enumeration order
>
>
> 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