> I have an application where I use WDDX to manage state
> information. On the page sent to the browser the wddx
> packet is sent as a javascript object. I also use some
> small javascript snippets and functions to change some
> of the variables before reserializing the packet and
> resubmitting the page.
>
> Some of these pages show up with "An Error Has Occurred On
> The Page" in the status bar, but only sometimes. This seems
> to happen at certain times of day, and then be fine for the
> rest of the day.
>
> I have checked the Javascript for the obvious errors, but can
> find nothing. Anybody got an idea about what I could try...

You might have "funny" characters in your edited data, and the JavaScript
serialization functions may be breaking the packet format when encountering
those characters. I seem to recall having this problem with CF 4.0, but the
wddx.js file has changed since then.

You might test this by entering odd characters yourself.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to