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 <[email protected]>
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

Reply via email to