Re: GWT 2.1 MVP Multiple activities clarification help

2011-01-07 Thread Shubhang Mani
+1 great example ! It's the best working example I've seen thus far that illustrates MVP with activities/places as well as uiBinder. I was finally able to understand how to control navigation in a content pane from a non-display region. All it needs now is GIN :-) Thanks for putting this out

Unable to run GWT application in production mode - GWT Module may need to be (re) compiled

2011-01-05 Thread Shubhang Mani
I'm trying to deploy a GWT application to an external server in order to run it in production mode. When I try to access the application, I get an alert dialog with the message: GWT Module 'name-of-module' may need to be (re)compiled After dismissing the alert, I can see all the static content

Re: Unable to run GWT application in production mode - GWT Module may need to be (re) compiled

2011-01-05 Thread Shubhang Mani
Wow ! Thanks. The link was incredibly useful as it contained a working POM which I could use as a reference. I did have the webappDirectory specified but it was pointing (by default) to ${project.build.directory}/${project.build.finalName}. I changed this to src/main/webapp instead and it is