Re: send a TextBox to the server-side

2009-09-04 Thread osquitranki
Hi, I'm sending a FormPanel. I have at the server the controler to retrieval the value but i don't know how retrieval the value in the server. This es the code: CLIENT CODE. public class FormPanelExample implements EntryPoint { public void onModuleLoad() { final FormPanel

Re: send a TextBox to the server-side

2009-09-03 Thread Norman Maurer
You should not do this.. Send the plain String value of the Textbox via RPC. Bye, Norman 2009/9/3 osquitranki oazcar...@gmail.com: Hi, How can send a  TextBox or other widgets to the server-side? I wan make a insert in a BBDD with the value of TextBox. Thanks!!

send a TextBox to the server-side

2009-09-03 Thread osquitranki
Hi, How can send a TextBox or other widgets to the server-side? I wan make a insert in a BBDD with the value of TextBox. Thanks!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post