Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Loading problem my GWT EXT application in FF4 and FF5

  • 2 válasz
  • 7 embernek van ilyen problémája
  • 3 megtekintés
  • Utolsó üzenet ettől: jaysudhakar

more options

Hi,

I have one problem in FF4 and FF5.

When loading my GWT application in FF4 and FF5, i got empty page. I try to inspect that page using firebug it have all html content but not show in browser. my application not working only in FF4 and FF5. Its worked fine in other version of FF and other browsers like IE, Chrome.

Advance thanks for help.

Regards Sudhakar

Hi, I have one problem in FF4 and FF5. When loading my GWT application in FF4 and FF5, i got empty page. I try to inspect that page using firebug it have all html content but not show in browser. my application not working only in FF4 and FF5. Its worked fine in other version of FF and other browsers like IE, Chrome. Advance thanks for help. Regards Sudhakar

Módosította: jaysudhakar,

Összes válasz (2)

more options

Check if this isn't causing your problems:

You can add this in the classes that extend RemoteServiceServlet.

   //see: http://stackoverflow.com/questions/5429961/gwt-xsrf-sporadic-missing-x-gwt-permutation-header
   @Override
   protected void checkPermutationStrongName() throws SecurityException {
       return ;
   }
more options

Thanks for your reply....

I tried your solution but i got same problem in FF4 and FF5.

Configuration: gwtext with gwt 2.3 (this problem also in gwt 1.7.1 +)


Regards, Sudhakar

Módosította: jaysudhakar,