Problem extending SelectionScriptLinker

2009-01-12 Thread Kamlesh
Hi, I am a newbie in GWT. I have tried extending the SelectionScriptLinker class to apply stylesheet based on some condition. But after successful compilation of the code, when I run the main html file it appears to go in infinite loop. The browser keeps on trying opening the html, but it could

Re: Problem extending SelectionScriptLinker

2009-01-12 Thread olivier FRESSE
Extending a GWT component is not a good idea. It's better to use a composite to create the component that fit your needs. Take a look at http://code.google.com/intl/fr/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideCreatingCustomWidgets Regards. 2009/1/12 Kamlesh