Re: Send list box items to server

2009-06-30 Thread Kamal Chandana Mettananda
So I guess you will need to create a link dynamically and open it using GWT; it means you'll have to use a GET call with parameters. --- http://lkamal.blogspot.com On Tue, Jun 30, 2009 at 9:18 PM, ArunDhaJ wrote: > > It was a good tutorial on writing a serv

Re: Send list box items to server

2009-06-30 Thread ArunDhaJ
It was a good tutorial on writing a servlets for GWT. Actually in my case, I'm using our own webserver within which we add servlets in it. for me the only option to communicate to servlet is through GET or POST request.. On Jun 30, 8:00 pm, Kamal Chandana Mettananda wrote: > Hi, > > You can c

Re: Send list box items to server

2009-06-30 Thread Kamal Chandana Mettananda
Hi, You can call your servlet as a service and send the data with a method call. May be the following tutorial will help you to achieve this. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html BR, Kamal --- Kamal Mettananda http://lka

Send list box items to server

2009-06-30 Thread ArunDhaJ
Hi, I've a GWT page with a list box and a button. Upon clicking the button, I need to send the selected list item to a servlet. How can I pass this list?by URL query string(GET)? or using POST ? Regards, ArunKumar.Dharuman --~--~-~--~~~---~--~~ You received this me