[Ask] Simple Form login with GWT

2009-04-08 Thread Leonardo Carreira
Dear All.. this is my first question in GWT forum.. i just have an simple question, how to make a simple form login with GWT?.. could you give me a link for tutorial GWT step by step?.. thank's --~--~-~--~~~---~--~~ You received this message because you are subs

[Ask] How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread Leonardo Carreira
Hello All :).. i have a simple problem.. How to run GWT App in Hosted Mode by Using Netbeans6.5?.. I have Created Web application.. and i added GWT plugins too.. then i have created GWT EntryPoint class.. How to run that GWT EntryPoint Class in Hosted Mode?... Thanks in advance.. :) --~--~-

Re: How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread Leonardo Carreira
@XiaoR Hii Xiao.. Thanks for your reply.. :) Yap iam quite new to GWT,, :( Thanks for your suggestion... Okay.. maybe i'll use Eclipse for develop GWT app.. Thanks in advance.. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[Ask] How to send Post/Get Method by Using GWT?..

2009-07-09 Thread Leonardo Carreira
Hi Friends.. :) How to send POST/GET Method using GWT?.. assume that i have simple login application.. User has filled the data which required.. Then how to send POST method (like HTML method) in GWT?.. especially when user clicked the Login Button.. Sorry maybe this is quite basic question.. :(

Re: How to send Post/Get Method by Using GWT?..

2009-07-09 Thread Leonardo Carreira
Sorry i forgot.. What i mean is.. i want to send POST Method to any Servlet.. and then Servlet get All data which already sent by use request.getParameter().. Then the user do save data or etc.. Thanks in advance.. :) --~--~-~--~~~---~--~~ You received this message

Re: How to send Post/Get Method by Using GWT?..

2009-07-09 Thread Leonardo Carreira
@Hasan... Thanks for your reply Hasan.. :) Sorry for the really basic question.. i am quite new in developing AJAX by GWT application.. :( Thanks in advance.. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goog

Re: How to send Post/Get Method by Using GWT?..

2009-07-09 Thread Leonardo Carreira
Hi All.. sorry i found new Problem.. :( i have created an application by used FormPanel.. but i couldn't any Widget which displayed.. :( here is my code : [code] public class MainEntryPoint implements EntryPoint { public void onModuleLoad() { final FormPanel formPanel=new FormPanel();