Ok, it is solved now, i have no Errors on my js console, the permission error was due to the CROSS DOMAIN policy, as i was redirecting to another domain. so i moved everything where my gwt app is hosted. but nothing moves now :(...I dont see any errors but the browser is not redirecting.
On Thu, May 7, 2009 at 4:00 PM, Thomas Broyer <[email protected]> wrote: > > > > On 7 mai, 13:09, ruds <[email protected]> wrote: > > But does anyone know how the GWT Form reacts when it is submitted and > > the response code is 301 that redirects the user's browser, causing > > the browser to request and load the URL that you had specified with > > the nexturl parameter in your upload form. > > A priori (read: I have not done any test to prove that), you might > have a first SubmitCompleteEvent when the 301 response loads, followed > by a second SubmitCompleteEvent when the "nexturl" finishes loading. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
