what if I want to directly pass form parameters suppose name , address etc from one jsp to another jsp by using gwt ext formPanel so in string url should I give the path of another jsp directly.. ?
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 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
