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, '_self') 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.

Note:
navigateToURL(url, '_self') is not working in Chrome.
navigateToURL(url, '_blank') is working in Chrome.
 

Thanks and regards,
Amit Sanghai.

Reply via email to