For the button you need to add a Click Handler. Implement the onClick method. Inside onClick method wirite the logic to invoke the Servlet through Async call which is basically a RPC call.
Have a look at this : http://code.google.com/webtoolkit/tutorials/1.6/RPC.html On May 6, 1:45 pm, ds <[email protected]> wrote: > Hi, > I am new to Gwt-Ext, i need to implement a functionality where I have > to call a servlet on the click of a client side button OR on Submit . > Please help how can I do that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
