Thanks for the link , Lukas. I have got a work around for it. I suspect there is a bug in GWT if the main page you are calling does not have GWT, the dev mode does not work. My Login page is a pure jsp and I call GWT code after a successful login. So once I am done with the login , I have copied the link again to the clipboard and pasted on the browser. Everything worked well. Now I am able to hit the debug point and my pages are also getting refreshed on change.
Thanks for the help On Fri, Feb 19, 2010 at 4:10 AM, Lukas Laag <[email protected]> wrote: > You might want to read this: > > https://groups.google.com/group/google-web-toolkit/browse_thread/thread/edfe66f6a39527d1 > I think it is the same issue > > On Feb 18, 5:22 pm, Tapas Adhikary <[email protected]> wrote: > > Any update on this ? One more info , My project was created using GWT 1.5 > > application creator and recently upgraded to the GWT 2.0.2 jars. Please > > help. > > > > Thanks, > > -Tapas > > > > On Wed, Feb 17, 2010 at 6:28 PM, Tapas Adhikary <[email protected]> > wrote: > > > Greetings, > > > > > I am using GWT 2.0.2 for my application. I have created my project > > > using webAppCreator. I am not using the Eclipse plug-in for GWT. I am > > > able to launch my application successfully in development mode from an > > > external browser but not able to debug the GWT code in development > > > mode. Not only that , If I do some changes in the GWT code and refresh > > > the browser , the changes are not reflecting. If compile the changed > > > code explicitly and re-launched the app , I am able to see the > > > changes. > > > > > I have installed the GWT Developer plug-in from > > >http://gwt.google.com/missing-plugin/MissingPlugin.html > > > but still it is not working in the way it is expected. > > > > > Am I missing anything anywhere? As my project code base is big , it is > > > difficult to compile the whole code for a small code change. > > > > > Just for additional information , I am using the dev plug-in for > > > Mozilla firefox on OpenSuse 11.2 OS. > > > > > Thanks in advance , > > > -Tapas Adhikary. > > > > > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
