Umm - you have an empty onModuleLoad. That means your module is doing absolutely nothing. You do have to actually somehow direct the user to the Student or Teacher module.
On Fri, Mar 6, 2009 at 3:34 PM, Techer <[email protected]> wrote: > > by seeing answers to similar questions I tried this > > 1) I created one Master.gwt.xml in "com.sow.school" and inherited the > modules as <inherits name="com.sow.school.Student"/> and <inherits > name="com.sow.school.Teacher"/> > > 2) Created a Master.java entry point class (with empty onModuleLoad > ()). > > Then compiled it as com.google.gwt.dev.GWTCompiler -out www > com.sow.school.Master > > So instead of getting two output folders "com.sow.school.Student" and > "com.sow.school.Teacher", as desired I got only one folder > "com.sow.school.Master". > > So I defined master.xml context file in tomcat like > <Context path="/master" docBase="C:/workspace/www/ > com.sow.school.Master"/> > > When I access http://localhost:8080/master/Student.html and > http://localhost:8080/master/Teacher.html I'm not getting my views. > (I'm getting blank pages). > > Can anybody please help me with this? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
