Re: Ongoing discussion of Jetty problems in Eclipse with 2.6.1-rc2 (issue #8526)

2014-05-07 Thread Thomas Broyer
It could be that you have the org.eclipse.jetty.webapp.WebAppContext class inside your webapp (somewhere in your WEB-INF). On Tuesday, May 6, 2014 8:23:42 PM UTC+2, pron...@gmail.com wrote: This is a place where we can continue the discussion about issue #8526, rather than having a

Override html styles with css resource

2014-05-07 Thread Dominic Warzok
Hi, as the gwt documentaion says the common way to apply styles is to use css resources. Now I try to implement cssresoures to my webapp. But I don't find an example how to override standard html attributes. For example I want to style a link. In normal CSS I use: a{ color: xxx; }

Re: Override html styles with css resource

2014-05-07 Thread Thomas Broyer
I would say it's discouraged (unless it's in a global CssResource that you inject in your onModuleLoad, and your GWT app is the only thing in the HTML host page) but yes it's possible. On Wednesday, May 7, 2014 11:16:27 AM UTC+2, Dominic Warzok wrote: Hi, as the gwt documentaion says the

Re: Override html styles with css resource

2014-05-07 Thread Dominic Warzok
Yes it's the only thing in my Host Page. It should be possible to replace the resources. So I can change the Layout of my page by changing the resources. On Wednesday, May 7, 2014 11:43:06 AM UTC+2, Thomas Broyer wrote: I would say it's discouraged (unless it's in a global CssResource that

Re: GWT 508 Compliance

2014-05-07 Thread Balaji T
Which version of GWT supports fully 508 compliance On Friday, 3 September 2010 05:49:39 UTC+5:30, Google Integrator wrote: How would I make my GWT application 508 Compliant? What are the best strategies currently out there for this. I am writing an application that makes a lot of calls to

Which version of GWT fully supports 508 compliance

2014-05-07 Thread Balaji T
Hi, I am working on a web project where in the UI part is developed using GWT 2.3 version, but recently we were asked to check for 508 compliance and we are not sure which version of GWT is 508 complaint. Could any one help out on this. -- You received this message because you are

Re: Radio Button Group

2014-05-07 Thread ognistysztorm
May be I will be usefull for somone, it shoudl be done like this: RadioButton reportTypeRadioButton1 = new RadioButton(report_type, label); reportTypeRadioButton1.setValue(true); // default checked - its not obligatory reportTypeRadioButton1.setFormValue(XLS); RadioButton

UIBinder does some sort of tidying?

2014-05-07 Thread frank . taffelt
Apparently, the UIBinder seems to perform some sort of tidying the markup. UI Temlate Content: ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui g:HTMLPanel styleName=thepanel p h1H1 Headline/h1 /p

Re: UIBinder does some sort of tidying?

2014-05-07 Thread Jens
I think it is not allowed in HTML to put a heading element inside a paragraph. Actually not UiBinder does change your DOM, the browser does so. The browser corrects this HTML error by inserting appropriate open/close tags for your paragraph so that the HTML becomes valid again. See:

Re: GWT treeItem expand button missing in Internet Explorer

2014-05-07 Thread Thad Humphries
Huh? Which version of GWT? When I point IE8 at the trees in the GWT Showcase, I see the +/- symbols. http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwTree and http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTree I'm assuming this version Showcase is

Re: UIBinder does some sort of tidying?

2014-05-07 Thread frank . taffelt
makes sense. thanks for clarification. On Wednesday, May 7, 2014 3:55:09 PM UTC+2, Jens wrote: I think it is not allowed in HTML to put a heading element inside a paragraph. Actually not UiBinder does change your DOM, the browser does so. The browser corrects this HTML error by inserting

Re: Ongoing discussion of Jetty problems in Eclipse with 2.6.1-rc2 (issue #8526)

2014-05-07 Thread pronovic
Yeah, that was it. The gradle providedRuntime dependencies like gwt-dev were inadvertently getting copied into WEB-INF/lib. As far as I can tell, it's been like that forever, but apparently didn't cause any problems with = 2.5.1. The only oddity I'm left with is log4j initialization, but

Issue with inheriting external libraries and superdevmode

2014-05-07 Thread Mark Wang
Hey guys, I can use GWT with external libraries, and I can use superdevmode, but I seem to have an issue when I try to do both at the same time. I'm using this library for oauth2 login http://code.google.com/p/gwt-oauth2/ and in my Project.gwt.xml I have inherits

Re: Issue with inheriting external libraries and superdevmode

2014-05-07 Thread Thomas Broyer
Asked clarification on SO: http://stackoverflow.com/q/23528251/116472 “Is the gwt-oauth2 JAR in the classpath when you launch SuperDevMode?” On Wednesday, May 7, 2014 10:47:58 PM UTC+2, Mark Wang wrote: Hey guys, I can use GWT with external libraries, and I can use superdevmode, but I seem to

Re: Unhandled exception type Exception -- GWT 2.1.0 (not in GWT 2.0.4)

2014-05-07 Thread Alexandre Harvey-Tremblay
Where you ever able to resolve this issue? On Friday, November 5, 2010 4:27:28 PM UTC-4, Barry wrote: Hi -- I have just installed the GWT 2.1.0 (... I was running GWT 2.0.4). Now my JUnit tests are failing. It seems that GWT calls to my servlets are taking the onFailure(Throwable ex)

[gwt-contrib] Error while compiling module

2014-05-07 Thread Deepak Agrawal
Hi, I am trying to compile my GWT application which uses incubator jar file. I am getting below compilation error [ERROR] Errors in 'com/google/gwt/gen2/logging/impl/client/ClientConsoleLogHandlerImpl.java' [ERROR] Line 206: Rebind result

[gwt-contrib] Re: Error while compiling module

2014-05-07 Thread Thomas Broyer
First, please use https://groups.google.com/d/forum/google-web-toolkit when asking for support. On Wednesday, May 7, 2014 3:35:10 PM UTC+2, Deepak Agrawal wrote: Hi, I am trying to compile my GWT application which uses incubator jar file. I am getting below compilation error [ERROR]

[gwt-contrib] Re: Error while compiling module

2014-05-07 Thread Deepak Agrawal
Hi Thomas, Can you suggest, which api should be used in replacement of incubator? Does it support all similar components? Regards, Deepak On Wednesday, May 7, 2014 8:55:00 PM UTC+5:30, Thomas Broyer wrote: First, please use https://groups.google.com/d/forum/google-web-toolkitwhen asking

[gwt-contrib] Re: Error while compiling module

2014-05-07 Thread Deepak Agrawal
Thanks I am using GWT 2.6. On Wednesday, May 7, 2014 8:55:00 PM UTC+5:30, Thomas Broyer wrote: First, please use https://groups.google.com/d/forum/google-web-toolkitwhen asking for support. On Wednesday, May 7, 2014 3:35:10 PM UTC+2, Deepak Agrawal wrote: Hi, I am trying to compile my

[gwt-contrib] Re: Error while compiling module

2014-05-07 Thread Thomas Broyer
From https://code.google.com/p/google-web-toolkit-incubator/ Most of the important widgets and APIs made their way into GWT trunk a long time ago. The rest may be included at a later date. then it tells you what to use for each API/component. On Wednesday, May 7, 2014 6:10:52 PM UTC+2,