Check out a basic project created by webAppCreator, launch it and look for parameter "gwt.codesvr" in the URL. If Your app doesn't provide this URL (for instance - it was lost during redirect) the development mode will not work properly.
Cheers. 2009/12/10 Rajeev Dayal <[email protected]>: > To be clear, when you make a change to your JSP, you end up seeing the > difference, but when you make a change to your GWT code, you don't see those > changes? > When you hit "save" in your IDE, nothing special (from GWT's point of view) > happens. The magic happens when you refresh your browser. That causes GWT's > development mode to re-process your GWT source. > What happens if you leave your JSP alone, and just change your GWT source, > and refresh the browser? > On Wed, Dec 9, 2009 at 5:35 PM, mcrady <[email protected]> wrote: >> >> My development mode is working but changes I make aren't being >> reflected to my gwt client app. >> >> I can see changes to JSPs reflected in the browser so I must be >> hitting the right server. It appears as if the js isn't being >> recompiled. It's supposed to magically happen when I hit save? No >> more manual compiles? I see a datanucleus process run when I save but >> that's for jdo, not for gwt, right? >> >> I thought maybe the browser was caching the old js but forcing a >> refresh doesn't seem to do it. >> >> Any thoughts? >> >> -- >> >> 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. >> >> > > -- > > 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. > -- 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.
