Cool, thanks.

The reason I posted was this:

I have a form which is created dynamically, I want to fill the form with all
of the information that the user has correctly filled in if any errors
occur.
The form basically contains attributes for files that have been submitted to
the admin. The admin then has some options to fill in (who to send file
too...).
There can be 1 file, 10 files, 20 files described in this form. The admin
can fill in information for 1 file at a time if he wishes, so form
validation like required="yes" cannot be used.

So on the template that recieves the form information, I check for errors,
if there are any I had thought of sending all of the information back
through URL.
Sometimes, there could be much. I thought there might be a problem.

Would you suggest client variables for this?

TIA,

Yves
----- Original Message -----
From: "Tony Weeg" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 11:14 PM
Subject: RE: URL Scope


> yves,
>
> i ran into that issue, when i was sending color
> variations, in hex to various pages for lines
> of reports, i simply store them in client variables
> and now hardly even have to use url variables, storing
> client vars in a db, and referencing them through cfid
> calls to match the values in the db, makes life sooo much
> easier, check them out!
>
> later.
> tony
>
> -----Original Message-----
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 11, 2003 8:17 PM
> To: CF-Talk
> Subject: RE: URL Scope
>
>
> Thanks!
>
> I had never come across any limit.
> I don't think I've ever seen the question posted either.
>
> The list (that's all you people of course) is an awesome resource!!
>
> :-)
>
> Give yourselves a round of applause!!
>
> Yves Arsenault
> Carrefour Infotech
> 5, Acadian Dr.
> Charlottetown, PEI
> C1C 1M2
> [EMAIL PROTECTED]
> (902)368-1895 ext.242
>
>
> -----Original Message-----
> From: Jann VanOver [mailto:[EMAIL PROTECTED]]
> Sent: January 11, 2003 9:01 PM
> To: CF-Talk
> Subject: Re: URL Scope
>
> On 1/11/03 4:35 PM, "Dick Applebaum" <[EMAIL PROTECTED]> wrote:
>
> > AFAIK, the official limit (total size of the URL) is 2k.
> >
> > However, many browsers & web servers will handle more.
> >
> > Best to use post method, which is theoretically unlimited.
> >
> > Also, as a personal preference, I hate to see/copy/paste/read/click
> > long URLs -- yeech!
>
> But URLS are SO NICE if you want details kept with a bookmark!  And when
> you
> WANT to expose parameters (like a scrolling starting point or number of
> items displayed per page)
>
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to