yes this is right final String url = "/testgwt/FileUpload";//this is a servlet URL pattern formPanel.getForm().submit(url, null, Connection.POST,"Uploading...", false);
we hv to put the url here and after that using the web.xml(GWT 1.6) servlet mapping it going to server side and extends with HttpServlet and use the dopost method thanks Tikam Jaipur 9982324703 On Thu, Aug 13, 2009 at 5:33 PM, Subash K S. <[email protected]>wrote: > U can give the URL as following > final String url = "/testgwt/FileUpload";//this is a servlet URL pattern > formPanel.getForm().submit(url, null, Connection.POST,"Uploading...", > false); > > On Thu, Aug 13, 2009 at 2:50 PM, saurabh <[email protected]> wrote: > >> >> hello >> >> what is the use of formPanel.getForm().submit() method. where to >> set action. ? >> >> >> > > > -- > Subash K S > 09961278524 > > > > > -- Best Regards Tikam Chand Jain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
