First: sorry for the multiple posting: there were some problems on this topic. Second: i followed some of yours advices. I made these changes
-> in web.xml (war/subfolder) in the url pattern i put something like this: /provaupload2/MyFormHandler -> in module.gwt.xml (in src/ subfolder) i put this <servlet path="/ MyFormHandler" class="com.my.site.myprojects.provaupload2.ProvaUpload2.server.MyFormHandler"/ > -> in ProvaUpload2.java (src/..client subfolder) in the setAction method i did this: "form.setAction(GWT.getModuleBaseURL() + "MyFormHandler"); Now it seems that the servlet is been called. I Have a " HTTP ERROR: 500 access denied (java.io.FilePermission /tmp/ upload__68c5f414_1208bd2536b__8000_00000000.tmp write) " but i guess it's an error caused by some hosted/compiled mode restriction. Now i'll try to pack everything up in a .war file and deploy it on my webserver and see what happens. I'll give you an update when i'll have done it. If you already know what is the error i have, please let me know. I hope there will be only a few of other thing to fix to make the whole program running! Thank you again for your time and your help!! - Nickelnext --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
