Re: $.get URL length CF10/Tomcat

2012-12-17 Thread Chad Baloga
Yep... that is what I ended up doing >Shouldn't you switch to $.post if your URL is getting too long? > > > > >> ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=h

Re: $.get URL length CF10/Tomcat

2012-11-21 Thread Raymond Camden
Shouldn't you switch to $.post if your URL is getting too long? On Wed, Nov 21, 2012 at 7:28 AM, Dave Watts wrote: > > > We have run into a problem with CF10 where we throw a 500 error when the > URL string to a CFC call > > is too long. Does anyone know what setting needs changed?? > > > > i

Re: $.get URL length CF10/Tomcat

2012-11-21 Thread Dave Watts
> We have run into a problem with CF10 where we throw a 500 error when the URL > string to a CFC call > is too long. Does anyone know what setting needs changed?? > > isapi_redirect.log error is: jk_isapi_plugin.c (1920): error while getting > the url > > We are running CF10 w/ IIS 7.5 Does th

RE: Get URL

2004-01-09 Thread Bill Grover
Try     This is the code I use in a my login page.  Basically I do it so a user can bookmark any page on the site (i.e. www.euservices.com/myeu/somepage.cfm?parm=somevalue) and if they select their bookmark the system will try to go there, switch to my login page, log them in then continue

RE: Get URL

2004-01-09 Thread Mike Townend
theres a nifty little UDF on cflib called GetCurrentURL() which should do the job HTH -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Friday, January 9, 2004 12:15 To: CF-Talk Subject: Get URL How can I get the current URL (from browser)? e.g. I type in http://abc.

RE: Get URL

2004-01-09 Thread Craig Dudley
Try The variables you want is in there somewhere. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 09 January 2004 12:15 To: CF-Talk Subject: Get URL How can I get the current URL (from browser)? e.g. I type in http://abc.com/myTest/test.cfm I need t

RE: Get URL

2004-01-09 Thread Adrian Lynch
Dump CGI to see what's available to use. Ade :O) -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 09 January 2004 12:15 To: CF-Talk Subject: Get URL How can I get the current URL (from browser)? e.g. I type in http://abc.com/myTest/test.cfm   I need to save thi