Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

remoteObject fault code is not returned on firefox 2.0 but same returns fault code on Internet explorer

Avatar

Former Community Member
Hi,

I am compiling flex application on server (tomcat 6.0) and
using browser firefox2.0 . The application runs well , but whenever
I shutdown server and still try to access application functionality
, it don't return any fault code and noting happens.

The same application runs well on Internet Explorer 6.0, and
when i shutdown server and access application functionality it
gives fault code alert.

I have used the connection timeout property with
remoteobject but then also it do not show fault code with the
remoteobject on firefox.

I need the solution early...can any one help me out..please
if any one know reply soon.
3 Replies

Avatar

Level 2
it's because you browser (in this case FF) has cached th
response. Try to add a dummy timestamp to your URLs to force the
browser to go to the server on each request:



var dummy:Number = new Date().getTime();



myURL += "&dummy="dummy

Avatar

Former Community Member
hi,

I am not getting the solution u provided , you have said to
add dummy timestamp with url, but i am not using any url

i my application. so wil you please explain it.

Avatar

Level 1
using web services in Flex builder its very easy.






Find Examples here:



1.
Flex Web Services
Examples


2.
Flex Samples Web Services
Source Code




3.
Learn FLEX Web Services



Thanks & Regards