So how you send your form values to the server.. through RPC.. then what is
da use of formPanel.submit() method...

On Thu, Aug 13, 2009 at 7:11 PM, Patrizio De Michele <[email protected]>wrote:

> i believe that the url could be another jsp....why not?
> and that gwt-ext will append all the fields that finds inside the formPanel
> (field.getFields() if i'm right)
> with couple [field.getName()=field.getValueAsString()]...but i never use
> the formPanel and his submit
> method so i'm not really sure of what i'm saying...
>
> but why are you "inserting" a formPanel between 2 different jsps????
> Aren't you programming a RIA?
>
> Bye pat...
>
> 2009/8/13 Saurabh Naik <[email protected]>
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to