In the myProject1.gwt.xml file have you inherited the myProject2 like this 
: <inherits name='com.company.myProject2 ' />

And you need to ensure that in the myProject2.gwt.xml you have included a 
source tag ie: <source path='shared' /> where shared has all the required 
source for myProject2.

Doing these two things will ensure that myProject2's code can be compiled 
into javascript and then the design view should work correctly. 

It would help if you could post the code for the two gwt.xml files.

-- 
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.

Reply via email to