Support for ARIA in CustomWidget (UiBinder) in SuperDevMode

2014-02-10 Thread Beniton Fernando
Hi , I have a custom widget which act like a checkbox. Now i want set role as check box through UiBinder like my:Checkbox role=checkbox ui:Field=ee ... The works perfectly fine in GWT development mode. But when i try to run in SuperDevMode, it is not compiling. give me following error

Re: Support for ARIA in CustomWidget (UiBinder) in SuperDevMode

2014-02-10 Thread Thomas Broyer
There's no reason it would behave differently; it should also fail in DevMode. On Monday, February 10, 2014 12:35:08 PM UTC+1, Beniton Fernando wrote: Hi , I have a custom widget which act like a checkbox. Now i want set role as check box through UiBinder like my:Checkbox role=checkbox

Re: Support for ARIA in CustomWidget (UiBinder) in SuperDevMode

2014-02-10 Thread Beniton Fernando
But it is not failing in DevMode. On Monday, 10 February 2014 17:11:20 UTC+5:30, Thomas Broyer wrote: There's no reason it would behave differently; it should also fail in DevMode. On Monday, February 10, 2014 12:35:08 PM UTC+1, Beniton Fernando wrote: Hi , I have a custom widget which

Re: Support for ARIA in CustomWidget (UiBinder) in SuperDevMode

2014-02-10 Thread Beniton Fernando
Sorry Thomas my mistake. I was using a BeanParser patch in DevMode. which i forgot to use in SuperDevMode. Thanks for your help. Beniton On Monday, 10 February 2014 17:15:40 UTC+5:30, Beniton Fernando wrote: But it is not failing in DevMode. On Monday, 10 February 2014 17:11:20 UTC+5:30,

Re: Support for ARIA in CustomWidget (UiBinder) in SuperDevMode

2014-02-10 Thread Naveen Ng
Hi all. I want to know about GWT vs AngularJs.. Which is better.? and reason beyond better ? Thanks. Naveen. On Mon, Feb 10, 2014 at 5:59 PM, Beniton Fernando beni...@gmail.com wrote: Sorry Thomas my mistake. I was using a BeanParser patch in DevMode. which i forgot to use in