- see footer for list info -<
Yeah, I'd read about that, but I'm not passing any duplicates to the template that subsequently redirects with the cflocation. Here's a break down of the vars being passed in the URL:

&amp;i_listPosition=#selectAllFoodData.listPosition#
&amp;i_listItemID=#selectAllFoodData.foodID#
&amp;i_parentID=#selectAllFoodData.foodSubCategoryID#
&amp;s_tableName=c_food
&amp;s_childColumn=foodID
&amp;s_parentColumn=foodSubCategoryID

I just can't see why it would be acting in this manner.


Paul Johnston wrote:

- see footer for list info -<


If you send two variables of the same name in either form or URL vars,
then CF puts the two variables into a list:

if there are 2 ID variables in a form, on posting you will get 10,10 and
not 10!

Had that one before!

Check where the variables are coming from!

Paul

On Mon, 2004-10-11 at 16:05, Damian Watson wrote:


- see footer for list info -<


Hi,

I'm getting a strange error after a cflocation- doubled up CFID and CFTOKEN values are getting sent in the URL and causing the following:

Error Occurred While Processing Request


CFID, CFTOKEN contains invalid characters.

This exception is caused by either broken links, or security attacks. The invalid id is 10,10


Anyone know why this might happen?

I know of a workaround but would rather understand what was going on...

Cheers
d
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-


- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<



_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-


- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<






_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to