Hi, I've created a custom ResourcePrototype with a custom ResourceGenerator inside a test application. It worked fine, resource generated with no problems. Then, I've decided to move the custom resource and the generator into an existing GWT widget. Finally, I've tested the widget inside a new test application. During the compiling phase the GWT compiler find the custom Resource, but it don't find the custom ResourceGenerator class.
What I'm missing? Do I've to specify something in the widget gwt file? -- 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.
