Is Cell Table in 2.1 supports sorting of column ?

2010-10-28 Thread rajakumar Iyyemperumal
Hi All, I am trying to work on GWT 2.1 and I want to know that the new Cell Table in 2.1 supports column sorting or not ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: update a single widget lead to the whole page refresh?

2010-10-25 Thread rajakumar Iyyemperumal
Can you post the code ? I think there is some problem in the code. On Tue, Oct 26, 2010 at 10:48 AM, Daniel Kurka kurka.dan...@googlemail.comwrote: have you tried speed tracer to see whats actually going on inside the browser? -Daniel Kurka 2010/10/25 Jason goodta...@gmail.com Yes, It's

FormPanel.addSubmitHandler's onSubmit event fires two time

2010-10-15 Thread rajakumar Iyyemperumal
Hi, i have this problem when I submit the form using formpanel. The onSubmit event which is fired before submission of the form for doing validation did the validation for two times. Is there any way to handle this? Here is the code: