Actually I am developing an Admin module for my organization using GWT. I have screen which has 3 panels .. North , Center and South. North Panel has my organization logo, center has few Menus and south panel is kept blank initially. On click of a menu option I want to load a Grid with Local Pagination in the South Panel. So on the menu click I call a method from onModuleLoad() to populate the south panel with the Grid and Data in it from MySql Database.
Now it works fine in the Default Host Browser in Eclipse development environment. But when I chick on Compile/Browse option, the initial screen appears with the logo and menus. But on clicking the menu the south Panel turns Blue (the same color the Toolbar used to add menus) and nothing else is displayed. I tried using different browsers like mozilla , chrome . But the problem exists. I tried deploying on Tomcat ... but still no solution. So my question is ... Am I missing some essential steps before invoking my application on browser ? Please help me asap as this has halted my progress on developing the site . On Wed, Sep 16, 2009 at 7:05 PM, Diego Lovison <[email protected]>wrote: > > needs more info for help you ;) > > On 16 set, 07:24, Saurabh Naik <[email protected]> wrote: > > Hi All > > > > I am facing continuous problem after invoking my gwtext application on > > Mozilla and IE . The expected outcome is far from what it shows in the > > default Web host > > development server. After invoking the application in mozilla i cant see > my > > grid(with local paging) on the onClick event of a menu. > > > > IE is showing Javascript Errors like 'Ext is undifined' , 'this.proxy is > not > > defined or not an object'. I cant find any reasons for the same. > > > > Please help. > > > > Thanks and Regards > > Saurabh Naik > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
