We have looked over the code again and again that submits the form
info, and don't see any issue with it.  We get a POST to the servlet
we created to receive the multipart form params, but the parameters
are always null.

We have set the name of the widgets we want posted  (i.e.
textBox.setName("some-name");)

We have added these widgets to a standard FlexPanel, and set this
widget on the FormPanel (i.e. formPanel.setWidget(flexPanel));

We call formPanel.submit( ) on user click...a POST shows up on the
server, but there is no content.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to