login page

2009-09-23 Thread osquitranki
Hi, I have a login page. This page is my entry-point. When the login is ok then I want go to other jsp page. But when I go to the page I lost the control of gwt. who can make this? Thanks --~--~-~--~~~---~--~~ You received this message because you are

GWT + SPRING

2009-09-17 Thread osquitranki
Hi, I wan introduce spring in my app gwt. Is a good idea use a 'GWT Server Library' or ther are other's libraris better than that? Thans!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

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

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

who is the best way to work with MenuBar?

2009-08-25 Thread osquitranki
Hi, I have a page with a VerticalPanel. In the first position I have a MenuBar. If you make click in the first MenuItem then show two component in the VerticalPanel more a MenuBar and if you make click in the second MenuItem then show one component in the VerticalPanel more a MenuBar. private

z-index in MenuBar

2009-08-25 Thread osquitranki
Hi, I have a MenuBar. I need put the z-index high for not disappear hers MenusItems. I have try with the css MenuBar m = new MenuBar(); m.setStylePrimaryName(menuBarC); .menuItemC { font-size: 9pt;