You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
hi there,
I am tryin to get gwtext up and running with GWT 1.5 but I get
following exception:
> [ERROR] Unable to load module entry point class com.mypackage.client.MainEntryPoint
> (see associated exception for details)
> com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.Ext has no properties
> fileName: jar:file:/myproject/lib/gwtext.jar!/com/gwtext/client/core/Ext.java
> lineNumber: 226
I have completed the following steps:
- put gwtext.jar to the classpath
- put ext-all.js, resources/ and adapter/ to public/js
- inherited com.gwtext.GwtExt
- put script and styles to my html-entry-page
What is going wrong? Any help is appreciated :-)
Best,
Martin
Martin
unread,
Jun 17, 2008, 9:18:52 AM6/17/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
> - put ext-all.js, resources/ and adapter/ to public/js
I solved the problem by putting the things above to public/js/ext