> Hi,

> I have this weird error in a template (CF 5). I would say
> it works 99.9%
> of the time, but once in a while I get this:

>  >>Error resolving parameter STAT
> ColdFusion was unable to determine the value of the
> parameter.
> .... blah blah blah...
> template = F:\............\INDEX.CFM
> queryString = p=partenaires&stat=P

> How may stat be not defined if it is passed in the
> queryString?

StructDelete(url,"stat")

That's one way, although I doubt that's what's happening

Far more likely I think is that a user may be following a link in
their email and the email client in order to be compliant with the
standard cuts the url in the middle and wraps it down to the next
line, the end result is that when the user clicks the link in their
email client the server receives a url like this:

http://...../index.cfm?p=partenaires&st

I receive emails like this all the time and it really makes me wish
the folks responsible for the email standard would revise it.


s. isaac dealey     434.293.6201
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235528
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to