Re: GWT Issue with Internet Explorer works ok in Firefox & Hostes mode

2009-09-23 Thread Rahul bhatt

to be more specific in case of IE it is not making server call at all.

As per my understanding GWT takes care of Cross browser compatablity
issues  as a Java devloper i dont have to bother abt this.

Please correct me if i am wrong.


On Sep 23, 12:27 pm, Rahul bhatt 
wrote:
> Hi
>
> I am quite new to GWT. I am trying to build an application using GWT
> and Ext JS. I am facing issues in Page Navigation
>
> This works fine in Hosted mode as well as Firefox 5.0
>
> below are the steps when i am facing this issue.
>
> 1. user hits a url called http:\\localhost:8080\war\main.jsp in web
> mode.
>
> 2. threr is a link to change settings like Theme color , Date format
> etc.
>
> 3. User click on this and chages color this color gets saved in and
> Config file for a user .
>
> 4. after saving it system tries to navigate to main page this does not
> work with Internet explorer  but works absolutely ok with Firefox 5.0
> and in Hosted mode as well. this is the native code I am calling to go
> to Main page
>
>         private native void reloadApp(String locale) /*-{
>
>                 $doc.getElementById('locale').value=locale;
>                 $doc.getElementById('mainForm').submit();
>
>         }-*/;
>
> I am not getting any java script error neither Exception.
>
> Please help and do let me know if you need more info
>
> Regards
> Rahul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Issue with Internet Explorer works ok in Firefox & Hostes mode

2009-09-23 Thread Rahul bhatt

Hi

I am quite new to GWT. I am trying to build an application using GWT
and Ext JS. I am facing issues in Page Navigation

This works fine in Hosted mode as well as Firefox 5.0

below are the steps when i am facing this issue.

1. user hits a url called http:\\localhost:8080\war\main.jsp in web
mode.

2. threr is a link to change settings like Theme color , Date format
etc.

3. User click on this and chages color this color gets saved in and
Config file for a user .

4. after saving it system tries to navigate to main page this does not
work with Internet explorer  but works absolutely ok with Firefox 5.0
and in Hosted mode as well. this is the native code I am calling to go
to Main page

private native void reloadApp(String locale) /*-{

$doc.getElementById('locale').value=locale;
$doc.getElementById('mainForm').submit();


}-*/;

I am not getting any java script error neither Exception.

Please help and do let me know if you need more info

Regards
Rahul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---