Hi all, I am trying to create a simple web application using GWT. I have used some techniques in client side code, but now i am stacked on the server side using RPC. I need to create a simple email form, where the user would put his mail, a subject, e.t.c. and when he would press the button, an email would be sent to the email of the application. For that purpose, i have download the javax.mail jar. It contains the .class files. I am using eclipse, so i have added this as an external .jar to my project. I created all the needed interfaces and implementation class, according to the described procedure, in GWT docs. I have also declared the servlet in the gwt.xml, and i have made the call. The problem is that i am getting the following errors when i run it in hosted mode: "[ERROR] Line 54: No source code is available for type com.xel.gwt.emailService.client.emailServiceAsync; did you forget to inherit a required module? [ERROR] Line 54: No source code is available for type com.xel.gwt.emailService.client.emailService; did you forget to inherit a required module?" It seems like the GWT is trying to compile the server code, and it needs the source files. This should not happen in the first place. But generally, do i need the source files of the javax.mail jar? Are there other conflicts that i haven' t thought of regarding the previous errors? Thank you 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 -~----------~----~----~----~------~----~------~--~---
