@Override AFAIK is a jdk 1.6 feature. Can u see your project Compiler settings in Eclipse. Set it to follow 1.6 conventions.
Your code looks alright to me.. HTH. Thanks, Subhro. On Tue, Dec 28, 2010 at 3:20 PM, Ketan Shah <[email protected]> wrote: > Greetings, > > I have created a custom hyperlinkcell column renderer for celltable widget. > Source can be found here > > > The hyperlink displays alright but the onBrowserEvent isnt being fired at > all. I have added super("click") on my constructor too. > > On adding @Override annotation to the onBrowserEvent, my eclipse IDE > complains and suggests that I remove the annotation. It compiles once I > remove it. Why would that be? Screen attached for the same. > > Thanks for all your help. > > Regards, > -Ketan. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
