Adding Filter causes GWT Host page to rendering twice

2017-03-16 Thread mohammed sameen
Hi, I have a production issue which i can easily reproducible in Normal GWT application as well, Below is the scenario - Created sample GWT application - Added Servlet Filters in my web.xml (for Central Authantication System ,which will not execute in this case,it will skip now

Re: error message and obfuscated code

2017-03-16 Thread Magnus
Ok, thank you! :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-

Re: Synchronization problems with maven and eclipse

2017-03-16 Thread Magnus
Hello Rodolfo, I used ant scripts, too. But I am switching to Maven, because it has many improvements over ant. And I already see these improvements. For example, I don't want to deal with generating jar files and copying them to certain locations (and pressing these task into ant files). Maven

Re: Synchronization problems with maven and eclipse

2017-03-16 Thread Rodolfo Raya
Hi, I have several Java libraries shared by different applications, including SWT apps. I use an "ant" script to compile my Java libraries. The script copies generated jar files to the different /lib folders of my applications, including GWT-based ones. I run the script from command line and all

Synchronization problems with maven and eclipse

2017-03-16 Thread Magnus
Hello, I am evaluating the interplay of maven and eclipse with two simple projects: - a simple GWT application based on the one created with webAppCreator - a simple library containing both, pure java code and GWT code During my evauation, I have seen several problems like this: After

Re: Application works when started with maven, but not when started in eclipse

2017-03-16 Thread Magnus
Hello, I could "solve" the problem by re-importing the project into eclipse. On one hand, I am happy to have a solution, but on the other hand it's a little bit frustrating, because there are many open questions to me relating to the interoperation of maven and eclipse. During my evauation with

Why do TextBoxes render HTML?

2017-03-16 Thread Joshua Fox
Text in a *TextBox *gets rendered as HTML. Yet *TextBox *is not a rich-text component; it does not implement *HasHTML.* *TextBox* becomes a span in the HTML, which renders as *abc*xyz. abcxyz See image. I'd expect it to render literally as abcxyz Does anyone know what GWT is doing? How

Re: Application works when started with maven, but not when started in eclipse

2017-03-16 Thread Magnus
No ideas? If you saw this error, what would you do next? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post t

Re: VertxUI 1.0

2017-03-16 Thread nielsbaloe
No, it uses Elemental/GWT when you startup the server part (and it recompiles automaticly when you change a .java file). So, it is transparant that you're using Java instead of Javascript. On Sunday, 5 March 2017 18:50:17 UTC+1, I.O. wrote: > > Interesting! A JVM for browser ? > > > > On Fri, Fe

Editors and inheritance

2017-03-16 Thread 129pierre
Hi, I have a bean of class A and an editor AEditor based on uibinder AEditor extends Composite implements Editor Now, I have a new class B extending A can I extends AEditor like this for creating a BEditor ? : BEditor extends AEditor implements Editor How can I reuse the AEditor ui.xml ?

Re: error message and obfuscated code

2017-03-16 Thread Thomas Broyer
Because this is a "content script", i.e. a script from the extension that gets injected within the page (content). Try disabling the extension or opening the page in "incognito mode" (where the extension is likely disabled). -- You received this message because you are subscribed to the Google