On Sunday, January 15, 2012 2:46:08 AM UTC+1, jmbz84 wrote: > > Hello, > I´m trying to create a simple app using editors and requestfactory, > but when I try to declare for the first time the editor > (articuloEditor = new ArticuloEditor();) I get the following error: > > [ERROR] [tecmovin] - Line 48: No source code is available for type > com.test.tecmovin.widgets.ArticuloEditor; did you forget to inherit a > required module? > > The import "import com.test.tecmovin.widgets.ArticuloEditor;" is on > the class that calls the editor. >
Is ArticuloEditor in the "source path"? I.e. do you have a gwt.xml in com.test.tecmovin.widgets or com.test.tecmovin with an appropriate <source> element in it (either <source path=''/> or <source path='widgets' />) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yKE4GolX0igJ. 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.
