Hi Jason, I am trying to create a web application wherein I want to open multiple windows when a tab is clicked in the tabpanel.It should be multiple windows with minimize,maximize and close buttons which has embedded tabpanel.
I did try using 1.Mosaic 2.GWM But I found multiple errors while loading jar files and so now I am trying with GWT-ext.I was able to compile without errors,but found this exception: [ERROR] Unable to load module entry point class com.trygwttext.client.Trygwtext (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object number: -2146823281 description: '$wnd.Ext.StatusBar' is null or not an object at com.gwtext.client.widgets.Component.checkExtVer(Native Method) at com.gwtext.client.widgets.Component.<clinit>(Component.java:108) at com.trygwttext.client.Trygwtext.onModuleLoad(Trygwtext.java:22) I think this exception comes when we dont have js files ie. ext-2.0. As I am new to GWT dont know how to add the folder in my application.Please help me if you can.I am attaching a snapshot of my folder structure. Thanks in advance. -Kinjal On Mon, Jun 8, 2009 at 11:21 AM, Jason Parekh <[email protected]> wrote: > Could you give more context into what you're trying to do and how your > project is set up? > Thanks, > jason > > > On Mon, Jun 8, 2009 at 9:12 AM, Kinjal Khandhar <[email protected] > > wrote: > >> Hello All, >> Can anyone tell me where will I get this jar file from? >> >> I am getting the following error: >> >> [ERROR] Unable to find 'com/google/gwt/gen2/Gen2.gwt.xml' on your >> classpath; could be a typo, or >> maybe you forgot to include a classpath entry for source? >> >> Thanks in advance. >> >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
<<attachment: folderstruct.PNG>>
