On 27 oct, 07:02, Cage <[email protected]> wrote:
> I create some widget like textbox, suggestbox, and would like to
> insert these widget into html form instead of formpanel of GWT,
> actually I can show it in the form with <div id="something"></div>,
> however I cannot send it to the backend servlet.  That is my problem,
> thank you.

Did you setName() on your widgets?

Also, check the resulting DOM with tools like Firebug, IE Developer
Tools, Safari's Web Inspector, etc. to make sure the controls are
*within* the form.
--~--~---------~--~----~------------~-------~--~----~
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