RE: Forms not passing data?

2014-09-22 Thread UXB Internet

  The issue mainly is that it's not always happening all the time. So it's
not
  repeatable as far as I can tell.

If you have verified the code then check to see if the user in question is
running an internet security program of some kind.  Many of the firewalls
they install prevent form submissions of enctype=multipart/form-data  to
prevent uploading data.  We have run into this many times where the
submitted data in forms of this type is Null until they disable their
internet security software.


Dennis Powers
UXB Internet - A website Design and Hosting Company 
P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359341
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-22 Thread Phillip Vector

AAAa... There we go. That's the most logical answer (since I blocked
the error emails from that one user and when that specific error shows up
and it's been quiet).

I'll pass the word along and let him know. Thank you. :)

On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet denn...@uxbinternet.com
wrote:


   The issue mainly is that it's not always happening all the time. So it's
 not
   repeatable as far as I can tell.

 If you have verified the code then check to see if the user in question is
 running an internet security program of some kind.  Many of the firewalls
 they install prevent form submissions of enctype=multipart/form-data  to
 prevent uploading data.  We have run into this many times where the
 submitted data in forms of this type is Null until they disable their
 internet security software.


 Dennis Powers
 UXB Internet - A website Design and Hosting Company
 P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
 W: http://www.uxbinternet.com
 W: http://www.ctbusinesslist.com


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-22 Thread .jonah

But the correct answer is to correct the enctype so this won't be an issue.

On 9/22/14, 12:21 PM, Phillip Vector wrote:
 AAAa... There we go. That's the most logical answer (since I blocked
 the error emails from that one user and when that specific error shows up
 and it's been quiet).

 I'll pass the word along and let him know. Thank you. :)

 On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet denn...@uxbinternet.com
 wrote:

   The issue mainly is that it's not always happening all the time. So it's
 not
   repeatable as far as I can tell.
 If you have verified the code then check to see if the user in question is
 running an internet security program of some kind.  Many of the firewalls
 they install prevent form submissions of enctype=multipart/form-data  to
 prevent uploading data.  We have run into this many times where the
 submitted data in forms of this type is Null until they disable their
 internet security software.


 Dennis Powers
 UXB Internet - A website Design and Hosting Company
 P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
 W: http://www.uxbinternet.com
 W: http://www.ctbusinesslist.com



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359343
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-22 Thread Phillip Vector

Already corrected it and it's still doing it.

I'm willing to try anything at this point.

On Mon, Sep 22, 2014 at 1:16 PM, .jonah jonah@creori.com wrote:


 But the correct answer is to correct the enctype so this won't be an issue.

 On 9/22/14, 12:21 PM, Phillip Vector wrote:
  AAAa... There we go. That's the most logical answer (since I blocked
  the error emails from that one user and when that specific error shows up
  and it's been quiet).
 
  I'll pass the word along and let him know. Thank you. :)
 
  On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet denn...@uxbinternet.com
  wrote:
 
The issue mainly is that it's not always happening all the time. So
 it's
  not
repeatable as far as I can tell.
  If you have verified the code then check to see if the user in question
 is
  running an internet security program of some kind.  Many of the
 firewalls
  they install prevent form submissions of enctype=multipart/form-data
 to
  prevent uploading data.  We have run into this many times where the
  submitted data in forms of this type is Null until they disable their
  internet security software.
 
 
  Dennis Powers
  UXB Internet - A website Design and Hosting Company
  P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
  W: http://www.uxbinternet.com
  W: http://www.ctbusinesslist.com
 
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359344
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-22 Thread .jonah

Gotit. Apologies for not tracking the thread closely.

It might be interesting to log ALL the variables in the various scopes 
when that happens and see what's coming through.

Good luck!

On 9/22/14, 1:25 PM, Phillip Vector wrote:
 Already corrected it and it's still doing it.

 I'm willing to try anything at this point.

 On Mon, Sep 22, 2014 at 1:16 PM, .jonah jonah@creori.com wrote:

 But the correct answer is to correct the enctype so this won't be an issue.

 On 9/22/14, 12:21 PM, Phillip Vector wrote:
 AAAa... There we go. That's the most logical answer (since I blocked
 the error emails from that one user and when that specific error shows up
 and it's been quiet).

 I'll pass the word along and let him know. Thank you. :)

 On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet denn...@uxbinternet.com
 wrote:

The issue mainly is that it's not always happening all the time. So
 it's
 not
repeatable as far as I can tell.
 If you have verified the code then check to see if the user in question
 is
 running an internet security program of some kind.  Many of the
 firewalls
 they install prevent form submissions of enctype=multipart/form-data
 to
 prevent uploading data.  We have run into this many times where the
 submitted data in forms of this type is Null until they disable their
 internet security software.


 Dennis Powers
 UXB Internet - A website Design and Hosting Company
 P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
 W: http://www.uxbinternet.com
 W: http://www.ctbusinesslist.com




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359345
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Dan G. Switzer, II

Are you posting the data via AJAX? There's a known issue w/IE9 and earlier
w/AJAX POST operations, where if the server's keep alive timeout is lower
than 60 seconds, it can cause IE problems and what you get is a request
that doesn't post the data back to the server.

-Dan

On Sun, Sep 21, 2014 at 1:04 AM, Phillip Vector vec...@mostdeadlygame.com
wrote:


 I don't know if this is a CFML issue or what... But perhaps someone has run
 across this and can offer a hand...

 form action=#myself#Login.CheckLogin method=post
 enctype=multipart/form-data
 input type=text name=username
 input type=Password name=Password
 input type=Submit class=submit name=Login
 value=Log in
 /form

 (It's not this bad, but I removed the formatting and so on). This works
 with all the browsers. When I try it with IE, Chrome, Firefox, it works
 fine.

 It hits

 cfquery datasource=PQ name=UID
 select QUID
 from Users
 where Username = cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.Username#
 /cfquery

 and works perfectly.

 One user (using IE) tries to use it and most of the time, it works. But
 occasionally, I get this error emailed to me...

 The key [USERNAME] does not exist, only the following keys are available:
 [].

 (This is running fusebox on Railo).

 Does anyone know about an issue where IE SOMETIMES (he can do it most
 times) drops form data?


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359330
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Phillip Vector

No. Just a straight form. No AJAX.

I THINK I traced it down to a bug in Railo in that it needs write access to
the Web-Inf directory. But we will see if the issue is solved or not later.

On Sun, Sep 21, 2014 at 8:47 AM, Dan G. Switzer, II dswit...@pengoworks.com
 wrote:


 Are you posting the data via AJAX? There's a known issue w/IE9 and earlier
 w/AJAX POST operations, where if the server's keep alive timeout is lower
 than 60 seconds, it can cause IE problems and what you get is a request
 that doesn't post the data back to the server.

 -Dan

 On Sun, Sep 21, 2014 at 1:04 AM, Phillip Vector vec...@mostdeadlygame.com
 
 wrote:

 
  I don't know if this is a CFML issue or what... But perhaps someone has
 run
  across this and can offer a hand...
 
  form action=#myself#Login.CheckLogin method=post
  enctype=multipart/form-data
  input type=text name=username
  input type=Password name=Password
  input type=Submit class=submit name=Login
  value=Log in
  /form
 
  (It's not this bad, but I removed the formatting and so on). This works
  with all the browsers. When I try it with IE, Chrome, Firefox, it works
  fine.
 
  It hits
 
  cfquery datasource=PQ name=UID
  select QUID
  from Users
  where Username = cfqueryparam cfsqltype=cf_sql_varchar
  value=#form.Username#
  /cfquery
 
  and works perfectly.
 
  One user (using IE) tries to use it and most of the time, it works. But
  occasionally, I get this error emailed to me...
 
  The key [USERNAME] does not exist, only the following keys are available:
  [].
 
  (This is running fusebox on Railo).
 
  Does anyone know about an issue where IE SOMETIMES (he can do it most
  times) drops form data?
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359331
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Dave Watts

 I don't know if this is a CFML issue or what... But perhaps someone has run
 across this and can offer a hand...

 form action=#myself#Login.CheckLogin method=post
 enctype=multipart/form-data
 input type=text name=username
 input type=Password name=Password
 input type=Submit class=submit name=Login
 value=Log in
 /form

 (It's not this bad, but I removed the formatting and so on). This works
 with all the browsers. When I try it with IE, Chrome, Firefox, it works
 fine.

Out of curiosity, why are you sending this with the MIME type
multipart/form-data instead of application/x-www-urlencoded?

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359332
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Phillip Vector

It was just a copy over from an old form. The old login page was a combo
login/create account that had a picture upload as part of the creation
process.

I removed the enctype and I'm still getting the error.

On Sun, Sep 21, 2014 at 10:12 AM, Dave Watts dwa...@figleaf.com wrote:


  I don't know if this is a CFML issue or what... But perhaps someone has
 run
  across this and can offer a hand...
 
  form action=#myself#Login.CheckLogin method=post
  enctype=multipart/form-data
  input type=text name=username
  input type=Password name=Password
  input type=Submit class=submit name=Login
  value=Log in
  /form
 
  (It's not this bad, but I removed the formatting and so on). This works
  with all the browsers. When I try it with IE, Chrome, Firefox, it works
  fine.

 Out of curiosity, why are you sending this with the MIME type
 multipart/form-data instead of application/x-www-urlencoded?

 Dave Watts, CTO, Fig Leaf Software
 1-202-527-9569
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359333
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Russ Michaels

ISTR fusebox apps by default always used FormURL2Attributes tag o convert
all the form and url scope to attributes scope.
obviously it has been many many years since I looked at fusebox, although
the thought of it still makes me ill :-) but perhaps this tag kills off the
original scope in certain circumstances ?


On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector vec...@mostdeadlygame.com
wrote:


 I don't know if this is a CFML issue or what... But perhaps someone has run
 across this and can offer a hand...

 form action=#myself#Login.CheckLogin method=post
 enctype=multipart/form-data
 input type=text name=username
 input type=Password name=Password
 input type=Submit class=submit name=Login
 value=Log in
 /form

 (It's not this bad, but I removed the formatting and so on). This works
 with all the browsers. When I try it with IE, Chrome, Firefox, it works
 fine.

 It hits

 cfquery datasource=PQ name=UID
 select QUID
 from Users
 where Username = cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.Username#
 /cfquery

 and works perfectly.

 One user (using IE) tries to use it and most of the time, it works. But
 occasionally, I get this error emailed to me...

 The key [USERNAME] does not exist, only the following keys are available:
 [].

 (This is running fusebox on Railo).

 Does anyone know about an issue where IE SOMETIMES (he can do it most
 times) drops form data?


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359334
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Phillip Vector

The issue mainly is that it's not always happening all the time. So it's
not repeatable as far as I can tell.

On Sun, Sep 21, 2014 at 1:07 PM, Russ Michaels r...@michaels.me.uk wrote:


 ISTR fusebox apps by default always used FormURL2Attributes tag o convert
 all the form and url scope to attributes scope.
 obviously it has been many many years since I looked at fusebox, although
 the thought of it still makes me ill :-) but perhaps this tag kills off the
 original scope in certain circumstances ?


 On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector vec...@mostdeadlygame.com
 
 wrote:

 
  I don't know if this is a CFML issue or what... But perhaps someone has
 run
  across this and can offer a hand...
 
  form action=#myself#Login.CheckLogin method=post
  enctype=multipart/form-data
  input type=text name=username
  input type=Password name=Password
  input type=Submit class=submit name=Login
  value=Log in
  /form
 
  (It's not this bad, but I removed the formatting and so on). This works
  with all the browsers. When I try it with IE, Chrome, Firefox, it works
  fine.
 
  It hits
 
  cfquery datasource=PQ name=UID
  select QUID
  from Users
  where Username = cfqueryparam cfsqltype=cf_sql_varchar
  value=#form.Username#
  /cfquery
 
  and works perfectly.
 
  One user (using IE) tries to use it and most of the time, it works. But
  occasionally, I get this error emailed to me...
 
  The key [USERNAME] does not exist, only the following keys are available:
  [].
 
  (This is running fusebox on Railo).
 
  Does anyone know about an issue where IE SOMETIMES (he can do it most
  times) drops form data?
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359335
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Russ Michaels

ok a few couple of  reasons I can think of.

you have an un-closed tag somewhere in the form, but it doesn't always get
rendered, maybe some conditional logic causes it to only display for some
people.
Some other conditional logic that causes the page to get redirected or
reloaded, thus without the form fields.

I would step though the code with the debugger and check all conditional
logic for anything that could cause it to happen only in certain situations.



On Sun, Sep 21, 2014 at 9:11 PM, Phillip Vector vec...@mostdeadlygame.com
wrote:


 The issue mainly is that it's not always happening all the time. So it's
 not repeatable as far as I can tell.

 On Sun, Sep 21, 2014 at 1:07 PM, Russ Michaels r...@michaels.me.uk
 wrote:

 
  ISTR fusebox apps by default always used FormURL2Attributes tag o convert
  all the form and url scope to attributes scope.
  obviously it has been many many years since I looked at fusebox, although
  the thought of it still makes me ill :-) but perhaps this tag kills off
 the
  original scope in certain circumstances ?
 
 
  On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector 
 vec...@mostdeadlygame.com
  
  wrote:
 
  
   I don't know if this is a CFML issue or what... But perhaps someone has
  run
   across this and can offer a hand...
  
   form action=#myself#Login.CheckLogin method=post
   enctype=multipart/form-data
   input type=text name=username
   input type=Password name=Password
   input type=Submit class=submit
 name=Login
   value=Log in
   /form
  
   (It's not this bad, but I removed the formatting and so on). This works
   with all the browsers. When I try it with IE, Chrome, Firefox, it works
   fine.
  
   It hits
  
   cfquery datasource=PQ name=UID
   select QUID
   from Users
   where Username = cfqueryparam cfsqltype=cf_sql_varchar
   value=#form.Username#
   /cfquery
  
   and works perfectly.
  
   One user (using IE) tries to use it and most of the time, it works. But
   occasionally, I get this error emailed to me...
  
   The key [USERNAME] does not exist, only the following keys are
 available:
   [].
  
   (This is running fusebox on Railo).
  
   Does anyone know about an issue where IE SOMETIMES (he can do it most
   times) drops form data?
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359336
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Forms not passing data?

2014-09-21 Thread Phillip Vector

Thanks for the tips. I'll see what I can find.

On Sun, Sep 21, 2014 at 1:59 PM, Russ Michaels r...@michaels.me.uk wrote:


 ok a few couple of  reasons I can think of.

 you have an un-closed tag somewhere in the form, but it doesn't always get
 rendered, maybe some conditional logic causes it to only display for some
 people.
 Some other conditional logic that causes the page to get redirected or
 reloaded, thus without the form fields.

 I would step though the code with the debugger and check all conditional
 logic for anything that could cause it to happen only in certain
 situations.



 On Sun, Sep 21, 2014 at 9:11 PM, Phillip Vector vec...@mostdeadlygame.com
 
 wrote:

 
  The issue mainly is that it's not always happening all the time. So it's
  not repeatable as far as I can tell.
 
  On Sun, Sep 21, 2014 at 1:07 PM, Russ Michaels r...@michaels.me.uk
  wrote:
 
  
   ISTR fusebox apps by default always used FormURL2Attributes tag o
 convert
   all the form and url scope to attributes scope.
   obviously it has been many many years since I looked at fusebox,
 although
   the thought of it still makes me ill :-) but perhaps this tag kills off
  the
   original scope in certain circumstances ?
  
  
   On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector 
  vec...@mostdeadlygame.com
   
   wrote:
  
   
I don't know if this is a CFML issue or what... But perhaps someone
 has
   run
across this and can offer a hand...
   
form action=#myself#Login.CheckLogin method=post
enctype=multipart/form-data
input type=text name=username
input type=Password name=Password
input type=Submit class=submit
  name=Login
value=Log in
/form
   
(It's not this bad, but I removed the formatting and so on). This
 works
with all the browsers. When I try it with IE, Chrome, Firefox, it
 works
fine.
   
It hits
   
cfquery datasource=PQ name=UID
select QUID
from Users
where Username = cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Username#
/cfquery
   
and works perfectly.
   
One user (using IE) tries to use it and most of the time, it works.
 But
occasionally, I get this error emailed to me...
   
The key [USERNAME] does not exist, only the following keys are
  available:
[].
   
(This is running fusebox on Railo).
   
Does anyone know about an issue where IE SOMETIMES (he can do it most
times) drops form data?
   
   
   
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359337
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Forms not passing data?

2014-09-20 Thread Phillip Vector

I don't know if this is a CFML issue or what... But perhaps someone has run
across this and can offer a hand...

form action=#myself#Login.CheckLogin method=post
enctype=multipart/form-data
input type=text name=username
input type=Password name=Password
input type=Submit class=submit name=Login
value=Log in
/form

(It's not this bad, but I removed the formatting and so on). This works
with all the browsers. When I try it with IE, Chrome, Firefox, it works
fine.

It hits

cfquery datasource=PQ name=UID
select QUID
from Users
where Username = cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Username#
/cfquery

and works perfectly.

One user (using IE) tries to use it and most of the time, it works. But
occasionally, I get this error emailed to me...

The key [USERNAME] does not exist, only the following keys are available:
[].

(This is running fusebox on Railo).

Does anyone know about an issue where IE SOMETIMES (he can do it most
times) drops form data?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359329
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm