Amit Sanghai
unread,Jul 27, 2012, 9:19:09 AM7/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
Hi,
In our application, we are saving a template, but there is a provision for exiting the page while it is saving, and go back to the mail list page. The saving process works in background.
For saving I am calling the server side (through Granite DS framework) and passing the template data, the success handler and the fault handler.
There is a button on the saving page, when I click that button, I am calling navigateToURL(backURL). but when this navigateToURL(backURL) executes, it generates a TideFaultEvent event and executes my fault handler method.
The fault code and details are:
event.fault.faultCode: Connection.Call.Failed
event.fault.faultDetail: Connection.Call.Failed HTTP Failed
This problem happens only on Chrome. It works in IE 9 and Firefox.
Thanks and regards,
Amit Sanghai.