This patch may help:
http://www.macromedia.com/v1/Handlers/index.cfm?ID=22955&Method=Full

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm

----- Original Message -----
From: "Jo�o_Luiz_de_Brito_Maca�ba" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 16, 2002 12:54 PM
Subject: WDDX - deserializing error - "invalid character code" - bug ???


> Hi,
>
> I'm getting the following error :
>
> --- begin error ---
>
> invalid character code
>
> The error occurred while processing an element with a general identifier
> of (CFWDDX), occupying document position (21:5) to (21:108) in the
> template file ...
>
> --- end error ---
>
>
> in the page that tries to deserialize a structure serialized in a
> previous page, and passed via post.
>
> Before posting the variable I checked that the serialized
> structure was fine, via customtag CF_WDDX_isPacketValid.
>
> The structure is described below :
>
> --- begin structure declaration ---
>
> <cfset ValidationFailure = structNew()>
> <cfset ValidationFailure["campos obrigat�rios"]     = arrayNew(1)>
> <cfset ValidationFailure["campos interdependentes"] = arrayNew(1)>
>
> --- end structure declaration ---
>
> The problem occurs when the string to be inserted in the array has
> *special characters* like : �, �, etc.
>
> And when I have the statement:
>
> <cfset arrayAppend(ValidationFailure["campos interdependentes"],"Jo�o")>
>
>
> I have the error described.
>
> But if I change the statement to
>
>
> <cfset arrayAppend(ValidationFailure["campos interdependentes"],"Joao")>
>
>
> Is that a bug ? Does anyone have any idea ?
>
>
> Thanks in advance,
> Maca�ba.
>
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to