WARN:Scrollbar:isc_HTMLPane_0_vscroll:ignoring bad or negative height

2010-09-03 Thread tdk
I keeping getting the following warning and stack trace, when I start my app:[CODE] 00:00:00,001 [ERROR] 08:51:58.749:MOU6[E]:WARN:Scrollbar:isc_HTMLPane_0_vscroll:ignoring bad or negative height: -9 [enable 'sizing' log for stack trace] com.smartgwt.client.core.JsObject$SGWT_WARN:

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-03 Thread Alek
Hi, We also use SL for our project. I configured this solution once and forgot about it. Respect On Aug 31, 11:24 pm, George Georgovassilis g.georgovassi...@gmail.com wrote: Hi Sam, The SL [1] is a community maintained integration of Spring and GWT mainly focused at exporting Spring managed

NoClassDefFoundError with gwt.dev.Compiler

2010-09-03 Thread Esslem GHODBANE
Hello, I'm new with GWT, and I'd like to run my first GWT application. When I build this project mvn clean install, I received this log error : [INFO] Scanning for projects... [INFO] [INFO] Building

Re: Separate modules for separate views?

2010-09-03 Thread Thomas Broyer
On Sep 3, 2:33 am, Riley rileyl...@gmail.com wrote: Naturally, though I'd been looking for these answers for an hour before I posted here, I discovered that if I used the google plugin to create a new HTML page, it automatically configured whatever it needs to configure to support two

Including mime-mapping in web.xml not working?

2010-09-03 Thread andrew_d_mackenzie
When I include the following XML chunk: mime-mapping extensioncer/extension mime-typeapplication/x-x509-ca-cert/mime-type /mime-mapping in my web.xml deployment descriptor I get the following exception: [WARN] Unable to process 'file:/C:/Users/andrew/Documents/DevProjects/

Re: UiBinder causes build to fail with out of memory

2010-09-03 Thread andrew_d_mackenzie
Thanks Jeff. I didn't seem to have any specific stack size previously, and as you said - I must have been close to the limit with the default. Using -Xmx512m fixed it. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Separate modules for separate views?

2010-09-03 Thread BugRoger
Instead of using multiple modules you can also used a single module. For your views you create an implementation for each role that your application requires. For example: CatalogView CatalogViewAdminImpl CatalogViewEnduserImpl The you use deferred binding to pick the right

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Joel Webber
Sorry I didn't follow up earlier (this should have showed up in my inbox, but didn't for some reason...). @chrisr: It is at least remotely possible that this could have leaked in 1.5.4, but I'm not aware of any memory-leak fixes as recently as that. The architecture that guards against leaks is

Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread dduck
Hi, I have written a GWT client that among other things requests images that are generated server-side. To conserve bandwith and server CPU, I would like to cache the images in an url - image map. To do that properly, I would need to be able to copy an image as in final Image myImage = new

gwt and nokia phones

2010-09-03 Thread ben fenster
i wrote a gwt app and it runs on all major desktop browsers and even on the iphone but it wont run on any nokia phones in nokia phone i see a white empty screen -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread Thomas Broyer
On Sep 3, 2:24 pm, dduck anders.johansen.a...@gmail.com wrote: Hi, I have written a GWT client that among other things requests images that are generated server-side. To conserve bandwith and server CPU, I would like to cache the images in an url - image map. To do that properly, I would

Re: Including mime-mapping in web.xml not working?

2010-09-03 Thread Thomas Broyer
On Sep 3, 12:32 pm, andrew_d_mackenzie and...@mackenzie-serres.net wrote: When I include the following XML chunk:   mime-mapping       extensioncer/extension       mime-typeapplication/x-x509-ca-cert/mime-type   /mime-mapping  in my web.xml deployment descriptor I get the following

Ui:msg I18N and Dictionary/HashMap

2010-09-03 Thread xworker
Hi Is it possible to use the ui:msg tag with Dictionary? Right now I have stored my text resources in a HashMapString,String which is a Singleton because I could not figure out how to convert it into a Dictionary... I'm getting the values from the server which gets it from a databse via

historyFrame issues when document.domain is explicitly set

2010-09-03 Thread olivier.nyc
Hi We have a simple GWT mash-up shell application with a top nav loading content in an iframe. The root application is explicitly setting the document.domain to mydomain.com. All is well on FF but IE8 Same Origin Policy is blocking the page (Access Denied). I traced the error to the retrieval

server side code not rebuilding

2010-09-03 Thread Chris Broglie
I'm developing using the eclipse plugin, and a lot of the time when I make changes local to the server code, the changes aren't visible when I reload the page. Client side changes are always reflected (as expected). Is there something I need to do to force the server code to be rebuilt by eclipse?

createLoginUrl not working in gwt dev mode (GWT and GAE tutorial)

2010-09-03 Thread moriones
i get more or less the behaviour described in the quoted message (gwt 2.0.4, appengine 1.3.7) when I return from login the application works but i cannot see what i send to the console with System.out, i cannot debug, I suppose this is because of the wrong url http://127.0.0.1:/ the

deploy gwt-dev.jar issue

2010-09-03 Thread wiulma
Hi guys! In my web app I use gwtupload.jar and in the FileUploadServlet I import com.google.gwt.soyc.Settings Now I have to deploy the web app in jboss 5, but with gwt-dev.jar in WEB-INF/lib I obtain this compile error: Caused by: LifecycleException: Error initializaing :

GWT 508 Compliance

2010-09-03 Thread Google Integrator
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 get data from various servers and after the data is returned, I would like a screen reader to read what is returned in a readable

Accessing data returned from a FormPanel Post request

2010-09-03 Thread Google Integrator
If I do a FormPanel Post request, how do I access data returned from the server as a result of the request. Any help would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

HorizontalSplitPanel in Internet Explorer 8

2010-09-03 Thread divStar
Hello there, I've been using GWT 2.0 for a few weeks now. My application uses a SplitLayoutPanel which, in turn has a HorizontalSplitPanel in its client-area. I am using Internet Explorer in Standard-Mode, since I have only to consider IE8. I also use Firefox 3.6 to check whether things work on

Please help

2010-09-03 Thread Albs
Hi...I am new to GWT and i'm trying to develop a small application...but here i need to open a directory and count the no.of files in it...I'm doing it as follows: File dir = new File(file); String[] pages = dir.list(); int count = pages.length; I have imported java.io.File but the GWT

GWT war file inside a EAR file

2010-09-03 Thread Marcelo Balloni
Hi folks! I developed a gwt application and package it as a war file. Everything works fine. But when i try to package it inside an EAR file all my remote callings stoped to work (i'm using gwt default remoteserlvet calls). Actually i can't even deploy in weblogic (it gives an error). I've

UIBinder

2010-09-03 Thread lalit
Is there a pure HTML way of handling markups in UIBinder, so that we can use the pure HTML markups and styles as provided by designers. The problem I am seeing in converting pure markup into ui.xml is - The styles has to be wrapped in a curly braces. - The widget has to be converted into the g

Pulling Data From a GWT application

2010-09-03 Thread Google Integrator
From a host page, how would I pull data that is in a GWT application? If there is already a link that discusses, please let me know. For example, I have a button on a host page and I want to write code for when you click on that button that pulls a specific value out of the GWT application. What

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-03 Thread magat
Hi, I recently used Spring to instanciate my RPC services impls, and I followed the approach described here : http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ Hope that helps, On 3 sep, 09:12, Alek akorotenk...@gmail.com wrote: Hi, We also use SL for our

How can I get a class by it's name and then construct it?

2010-09-03 Thread Shedokan
Hello, I am trying to split my code and load classes by a name I get from the server. I tried using Class.forName(com.app.classes.+className) but GWT doesn't support it. How can I get a class and then construct it like this: new (getClass(com.app.classes.+className))(Param1, param2); Thanks. --

Re: server side code not rebuilding

2010-09-03 Thread Thomas Broyer
On Sep 1, 11:30 pm, Chris Broglie cbrog...@gmail.com wrote: I'm developing using the eclipse plugin, and a lot of the time when I make changes local to the server code, the changes aren't visible when I reload the page. Client side changes are always reflected (as expected). Is there

Re: deploy gwt-dev.jar issue

2010-09-03 Thread Thomas Broyer
On Sep 2, 6:37 pm, wiulma giorgio.z...@gmail.com wrote: Hi guys! In my web app I use gwtupload.jar and in the FileUploadServlet I import com.google.gwt.soyc.Settings Now I have to deploy the web app in jboss 5, but with gwt-dev.jar in WEB-INF/lib I obtain this compile error: Caused by:

Re: UIBinder

2010-09-03 Thread Gal Dolber
In the uiBinder wizard there is an option: GwtWidget or Html... If you write plain html you have to bind with the root element: div some html /div interface MyBinder extends UiBinderDivElement, YourWidget {} MyBinder binder = ...; public YourWidget() { setElement(binder.createAndBindUi(this));

Re: Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread dduck
On 3 Sep., 14:37, Thomas Broyer t.bro...@gmail.com wrote: On Sep 3, 2:24 pm, dduck anders.johansen.a...@gmail.com wrote: If you want to cache images, you have to have your server send the appropriate HTTP headers so the browser itself appropriately uses the image from its cache.

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-03 Thread markM
Sam/George, Just started looking into this same thing about a month ago. My experience was as follows. I found that the Spring documentation references the GWT Server Library so it must be the official pathway correct? I tried to use the inheritance methodology, one of three the GWT Server

Re: How can I get a class by it's name and then construct it?

2010-09-03 Thread Gal Dolber
Thats not possible in GWT... Search in google for GWT Generators 2010/9/3 Shedokan shedok...@gmail.com Hello, I am trying to split my code and load classes by a name I get from the server. I tried using Class.forName(com.app.classes.+className) but GWT doesn't support it. How can I get a

Re: Please help

2010-09-03 Thread mikedshaf...@gmail.com
Hello, You've managed to hit the most common problem that new GWT developers run into. Here's the deal: GWT is written in the Java syntax (which is really cool) and then the GWT compiler converts it into Javascript (since it is running in a browser). So here's the common mistake: not all of

Re: user.agent options

2010-09-03 Thread John Denley
Thanks Thomas for clearing up those points and clearly another very good reason for someone from Google documenting this properly!!! On 2 September 2010 02:24, Thomas Broyer t.bro...@gmail.com wrote: On Sep 1, 10:10 pm, John Denley johnvden...@googlemail.com wrote: Thanks for this sbraheem.

Re: Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread Gal Dolber
Try making an ImageLoader with your own cache policy... there are a few, one in google code and another in gwt-incubator... but with this issue ( http://code.google.com/p/google-web-toolkit/issues/detail?id=863colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars) solved you should be

Re: Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread Shedokan
Maybe try asking the server for a base64 encoded image and then save the string, and once you need to display your image you can do: data:image/png;base64,BASE64_ENCODED_IMAGE_HERE in the src value of an image tag. On 3 ספטמבר, 16:59, dduck anders.johansen.a...@gmail.com wrote: On 3 Sep., 14:37,

Re: Can I copy an image to avoid re-requesting from url?

2010-09-03 Thread Thomas Broyer
On Sep 3, 3:59 pm, dduck anders.johansen.a...@gmail.com wrote: On 3 Sep., 14:37, Thomas Broyer t.bro...@gmail.com wrote: On Sep 3, 2:24 pm, dduck anders.johansen.a...@gmail.com wrote: If you want to cache images, you have to have your server send the appropriate HTTP headers so the

Re: How can I get a class by it's name and then construct it?

2010-09-03 Thread Shedokan
In that case it should be, generators are just like this function in runAsync: void getClass(String className){ if(className == class1) new class1(); } but a lot more complicated. But thanks anyways. On 3 ספטמבר, 17:00, Gal Dolber gal.dol...@gmail.com wrote: Thats not possible in GWT...

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Chris Conroy
@chrisr: Are you seeing a leak in the Development Mode JVM, or are you observing it in the browser? On Fri, Sep 3, 2010 at 8:12 AM, Joel Webber j...@google.com wrote: Sorry I didn't follow up earlier (this should have showed up in my inbox, but didn't for some reason...). @chrisr: It is at

Re: problems with auto-complete form login

2010-09-03 Thread Magnus
Hmmm...I would like to get my peace with this, but... I now created an invisible iframe in my host html. On login I just show it, so it's a native html form. It's not so nice as a DialogBox, but it works. I cannot see why this is bad. Why is it bad? You see, I cannot let it go... :-) Magnus

Re: GWT 508 Compliance

2010-09-03 Thread Jim Douglas
http://code.google.com/webtoolkit/doc/latest/DevGuideA11y.html On Sep 2, 5:19 pm, Google Integrator jimmyra...@gmail.com 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

Creating a GWT runtime configuration in Eclipse

2010-09-03 Thread Julius
Hi, I am using Eclipse for my GWT project, but it's just a regular Java project. I'd like to turn it into a GWT project so that I can use the Eclipse debugger. I am trying to create a GWT run configuration to accomplish this, but without success. The Main tab in Eclipse's Run Configurations menu

Re: Creating a GWT runtime configuration in Eclipse

2010-09-03 Thread Chris Conroy
You need to set the GWT Nature on the project. Right Click - Google - Web Toolkit settings - Use Google Web Toolkit (and select the SDK you want to use) On Fri, Sep 3, 2010 at 1:23 PM, Julius julius.kle...@gmail.com wrote: Hi, I am using Eclipse for my GWT project, but it's just a regular

Re: Including mime-mapping in web.xml not working?

2010-09-03 Thread andrew_d_mackenzie
Thanks Tomas. I must get into the habit of checking issues list first! I won't try the milestone, but will look forward to having it fixed in 2.1 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Resizing and DockLayoutPanel

2010-09-03 Thread Maurice
Hi! I am working with a DockLayoutPanel which has a SimplePanel in the center. I have added a custom composite to the SimplePanel. When I resize the browser, the custom composite is not also resized. Does anyone know how I can fix this? Thanks! Maurice -- You received this message because

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread chrisr
The sample code I provided only produces the memory leak in hosted mode. I am however experiencing a memory leak in my real world app, I just haven't written any sample code the demonstrates it in IE (the only browser we currently build for.) On Sep 3, 10:52 am, Chris Conroy con...@google.com

Data Presentation Widgets with expand/collapse controls

2010-09-03 Thread skippy
I am interested in using the Data Presentation Widgets. How ever, I need to be able to have sections of the list expand/collape using a image. Is this posible? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Chris Conroy
Okay, well if it's *in* hosted mode (read: the JVM), then it's a known issue that I'm working on at the moment. On Fri, Sep 3, 2010 at 3:00 PM, chrisr chris.robert.rowl...@gmail.comwrote: The sample code I provided only produces the memory leak in hosted mode. I am however experiencing a

Upload 1mb to gae (using php scripts to upload to gae)

2010-09-03 Thread GKotta
I need to upload more than 1mb of data to gae. (A folder full of, say 150 images) Does anyone know how to do this? One idea was to use a php script and pass each image individually to the datastore, is this possible? If so, how would it be done? Are there any other ways to pass a folder with 150

Re: Accessing data returned from a FormPanel Post request

2010-09-03 Thread GKotta
use the doPost method (which should be in the server side code) Take a look at this example (he stores images, but you could change the doPost method do whatever you want): http://code.google.com/appengine/articles/java/serving_dynamic_images.html On Sep 2, 5:17 pm, Google Integrator

Re: Caching issue in host mode?

2010-09-03 Thread Thomas Frössman
Chaging a firefox cache setting solved this problem for me when hosted mode suddenly stopped working today. I documented it here: http://diffusion.medeltiden.org/2010/09/03/suddenly-gwt-hosted-mode-stopped-working/ On Aug 12, 9:03 pm, markM mark.a.mccon...@pfizer.com wrote: I believe the issue

Applets in GWT/GAE

2010-09-03 Thread GKotta
Does anyone know how to integrate applets into gwt while using gae? I tried using gwtai, but it doesn't seem to work because it uses some packages that gae doesn't support (such as javax.swing). Also, I will need to use the applet to communicate with the datastore. Does anyone know how to do

Re: Upload 1mb to gae (using php scripts to upload to gae)

2010-09-03 Thread Shedokan
Dude, wrong group. but if you really want an answer try the BlobStore: http://code.google.com/intl/iw/appengine/docs/python/blobstore/ It allows you to upload files and then serve them, you can upload a file of a maximum 2gb, but you can only serve files that are less than 1mb On 3 ספטמבר,

RemoteServiceObfuscateTypeNames throws SerializationException

2010-09-03 Thread Gal Dolber
Hi, I am trying to get rpc obfuscation working. Have added this: inherits name= com.google.gwt.user.RemoteServiceObfuscateTypeNames / on my application module, but can't get it working. My rpc is not getting serialized and it fails with a SerializationException (the whole app do not works). Any

Re: Applets in GWT/GAE

2010-09-03 Thread aditya sanas
It isnt that difficult The thing u will require to do is just write ur applet make it run in some other environment eg in netbeans and then have a code base of that and include that codebase under ur war folder and u r free to use ur applet into ur code using gwt. its just that simple. -- Aditya

Re: [gwt-contrib] Uibinder parser api

2010-09-03 Thread Johan Rydberg
On 9/1/10 10:01 PM, Ray Ryan wrote: Sorry, still not public. However, we're landing a patch that will eliminate a lot of the need for it: OK. But will it become public at some point in time? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] RR : Rough sketch of ListEditor (issue842801)

2010-09-03 Thread bobv
Reviewers: rjrjr, Message: First look requested. Description: I needed to add the CompositeEditor as a core feature to the code-generator to express the need to dynamically add Editors. The ListEditor is built on top of that and provides a wrapped getList() which will dynamically update a

[gwt-contrib] Re: RR: Add statistics to optimizers (issue841801)

2010-09-03 Thread Eric Ayers
I was thinking about how keeping track of the AST size on the fly could be expensive and complicated. The simplest thing to do would be to have to add in a separate walk that just counted nodes, maybe once at the head of optimizeLoop. I wrote this dummy code earlier to measure the cost of just a

Re: [gwt-contrib] Re: RR: Add statistics to optimizers (issue841801)

2010-09-03 Thread Miguel Méndez
Eric, I think that you are on the right track by trying to measure the effectiveness of each optimization -- even if we need to more data to increase the accuracy. On Fri, Sep 3, 2010 at 6:02 AM, Eric Ayers zun...@google.com wrote: I was thinking about how keeping track of the AST size on the

Re: [gwt-contrib] Uibinder parser api

2010-09-03 Thread Ray Ryan
We'd like it to, but we haven't set a date. On Sep 3, 2010 12:15 AM, Johan Rydberg johan.rydb...@edgeware.tv wrote: On 9/1/10 10:01 PM, Ray Ryan wrote: Sorry, still not public. However, we're landing a patch that will eliminate a lot of the need for it: OK. But will it become public at some

[gwt-contrib] [google-web-toolkit] r8713 committed - Adding RTL support to the images used in CellTree. Removing automatic ...

2010-09-03 Thread codesite-noreply
Revision: 8713 Author: jlaba...@google.com Date: Fri Sep 3 04:17:43 2010 Log: Adding RTL support to the images used in CellTree. Removing automatic keyboard focus from the constructor because it can result in an IndexOutOfBoundsEception if the tree nodes are loaded asynchronously. Review

[gwt-contrib] Re: Adding support for Direction.LINE_START/END to DockLayoutPanel and SplitLayoutPanel. (issue828801)

2010-09-03 Thread jgw
On 2010/09/02 16:33:00, jlabanca wrote: Patch Set 2 updates DOMRtlTest, which was never really in RTL mode until DockLayoutPanelRtlTest came along. The body isn't put into RTL mode until RootPanel.get() is called, but DOMRtlTest never called it. I also renamed DockLayoutPanelTestRtl to

[gwt-contrib] [google-web-toolkit] r8714 committed - Adding support for Direction.LINE_START/END to DockLayoutPanel and Spl...

2010-09-03 Thread codesite-noreply
Revision: 8714 Author: jlaba...@google.com Date: Fri Sep 3 06:47:32 2010 Log: Adding support for Direction.LINE_START/END to DockLayoutPanel and SplitLayoutPanel. The new DockLayoutPanelRtlTest revealed a bug in DOMRtlTest where the document body wasn't actually in RTL mode for the test,

[gwt-contrib] Re: Adding support for Direction.LINE_START/END to DockLayoutPanel and SplitLayoutPanel. (issue828801)

2010-09-03 Thread jlabanca
committed as r8714 http://gwt-code-reviews.appspot.com/828801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dep... (issue826801)

2010-09-03 Thread jlabanca
ping http://gwt-code-reviews.appspot.com/826801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8715 committed - Rolled back r8701 due to test problems....

2010-09-03 Thread codesite-noreply
Revision: 8715 Author: to...@google.com Date: Fri Sep 3 07:25:36 2010 Log: Rolled back r8701 due to test problems. Was: Support adding code-gen/runtime related classes directly to the secondary JDT compilation for the GWT AST. http://code.google.com/p/google-web-toolkit/source/detail?r=8715

[gwt-contrib] Re: Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dep... (issue826801)

2010-09-03 Thread rjrjr
LGTM Thanks, this has been driving me nuts. http://gwt-code-reviews.appspot.com/826801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add Late Loading support to xsiframe linker (issue807801)

2010-09-03 Thread jgw
Assuming everything works as expected, everything here looks good to me (not bad for someone who claims to not know Javascript :) I'm stuck at home right now, so I don't have the facilities here to test out IE, which is where any problems would likely crop up. In particular, I'd make sure it

[gwt-contrib] [google-web-toolkit] r8716 committed - Adding the validation jar and its dependencies. RequestFactoryTest use...

2010-09-03 Thread codesite-noreply
Revision: 8716 Author: gwt.mirror...@gmail.com Date: Fri Sep 3 11:23:09 2010 Log: Adding the validation jar and its dependencies. RequestFactoryTest uses these jars. Patch by: amitmanjhi Review by: fabbott http://code.google.com/p/google-web-toolkit/source/detail?r=8716 Added:

[gwt-contrib] Re: Change UiBinder Message generation to use consistent examples for HTML and Widget placeholders t... (issue838801)

2010-09-03 Thread rjrjr
http://gwt-code-reviews.appspot.com/838801/diff/4001/5001 File user/src/com/google/gwt/uibinder/elementparsers/HtmlPlaceholderInterpreter.java (right): http://gwt-code-reviews.appspot.com/838801/diff/4001/5001#newcode64

[gwt-contrib] Re: Public: Support classes for a future generating GWT validators. (issue766802)

2010-09-03 Thread bobv
Code LGTM, just noticed some empty auto-generated Javadoc. http://gwt-code-reviews.appspot.com/766802/diff/19001/20008 File user/src/com/google/gwt/validation/client/impl/ConstraintDescriptorImpl.java (right): http://gwt-code-reviews.appspot.com/766802/diff/19001/20008#newcode57

[gwt-contrib] Re: Add Late Loading support to xsiframe linker (issue807801)

2010-09-03 Thread jgw
Excellent. As far as the XHTML thing is concerned, let's just ask him to see if this actually solves the problem. If it's necessary to make those DOM case changes to fix XHTML problems, I'd be ok with that (though I don't really want to sign on to testing all our code in an XHTML context --

[gwt-contrib] [google-web-toolkit] r8717 committed - Adding the validation library to the DynaTableRf and Validation classp...

2010-09-03 Thread codesite-noreply
Revision: 8717 Author: jlaba...@google.com Date: Fri Sep 3 09:57:43 2010 Log: Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files.

[gwt-contrib] Re: Change UiBinder Message generation to use consistent examples for HTML and Widget placeholders t... (issue838801)

2010-09-03 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/838801/diff/4001/5001 File user/src/com/google/gwt/uibinder/elementparsers/HtmlPlaceholderInterpreter.java (right): http://gwt-code-reviews.appspot.com/838801/diff/4001/5001#newcode64

[gwt-contrib] Implement keyboard navigation for CellBrowser (issue843801)

2010-09-03 Thread rice
Reviewers: jlabanca, Description: Implement keyboard navigation for CellBrowser Please review this at http://gwt-code-reviews.appspot.com/843801/show Affected files: M user/src/com/google/gwt/user/cellview/client/CellBrowser.java M

[gwt-contrib] [google-web-toolkit] r8718 committed - Add Late Loading support to xsiframe linker...

2010-09-03 Thread codesite-noreply
Revision: 8718 Author: unn...@google.com Date: Fri Sep 3 10:10:06 2010 Log: Add Late Loading support to xsiframe linker Review at http://gwt-code-reviews.appspot.com/807801 http://code.google.com/p/google-web-toolkit/source/detail?r=8718 Modified:

[gwt-contrib] Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. (issue844801)

2010-09-03 Thread scottb
Reviewers: fabbott, Please review this at http://gwt-code-reviews.appspot.com/844801/show Affected files: M dev/core/src/com/google/gwt/dev/CompilePerms.java M dev/core/src/com/google/gwt/dev/Compiler.java M dev/core/src/com/google/gwt/dev/GWTCompiler.java A

[gwt-contrib] Re: Implement keyboard navigation for CellBrowser (issue843801)

2010-09-03 Thread דניאל רייס
This isn't really working in prod mode so you can hold off on reviewing if you'd prefer. Dan On Fri, Sep 3, 2010 at 4:16 PM, r...@google.com wrote: Reviewers: jlabanca, Description: Implement keyboard navigation for CellBrowser Please review this at

[gwt-contrib] Re: Continuation of r8542 to actually properly enables double click for (issue774801)

2010-09-03 Thread fredsa
http://gwt-code-reviews.appspot.com/774801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dep... (issue826801)

2010-09-03 Thread jlabanca
committed as r8717 http://gwt-code-reviews.appspot.com/826801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. (issue844801)

2010-09-03 Thread fabbott
One checkstyle nit, but the larger question is whether we think anyone else is using dumpSignatures... I certainly hope not, and can't think of a good one (even when it was made!), but having released with it, I'm nervous about suddenly neutering it like this.

[gwt-contrib] Re: Public: Support classes for a future generating GWT validators. (issue766802)

2010-09-03 Thread nchalko
done http://gwt-code-reviews.appspot.com/766802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8719 committed - Fix bad gwt-checkstyle.xml.

2010-09-03 Thread codesite-noreply
Revision: 8719 Author: sco...@google.com Date: Fri Sep 3 14:38:06 2010 Log: Fix bad gwt-checkstyle.xml. http://code.google.com/p/google-web-toolkit/source/detail?r=8719 Modified: /trunk/eclipse/settings/code-style/gwt-checkstyle.xml === ---

[gwt-contrib] Re: Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. (issue844801)

2010-09-03 Thread scottb
I can't imagine anyone using the feature. If they really, really care they could just copy the new entry point and make their own, and it would run much faster than doing a full compile anyway. http://gwt-code-reviews.appspot.com/844801/diff/1/6 File

[gwt-contrib] Public: First pass at generating a GWT Validator. (issue845801)

2010-09-03 Thread nchalko
Reviewers: bobv, Description: Public: First pass at generating a GWT Validator. This stub never returns any violations. Please review this at http://gwt-code-reviews.appspot.com/845801/show Affected files: M eclipse/user/.classpath A

[gwt-contrib] Cleanup and refactoring of GWT Bootstrap code. This cleanup is to try and make it more clear wh... (issue839802)

2010-09-03 Thread unnurg
Reviewers: jgw, Description: Cleanup and refactoring of GWT Bootstrap code. This cleanup is to try and make it more clear what's going on in the bootstrap, and also to hopefully set up the code in a way that can easily fit in. Please review this at

[gwt-contrib] Re: Public: First pass at generating a GWT Validator. (issue845801)

2010-09-03 Thread nchalko
On 2010/09/03 23:10:54, Nick Chalko wrote: Disregard. this is not ready yet. test failing, and checkstyle errors. I will resend when ready. http://gwt-code-reviews.appspot.com/845801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Provides support for fix of (issue841803)

2010-09-03 Thread rjrjr
Reviewers: cromwellian, amitmanjhi, Description: Provides support for fix of https://jira.springsource.org/browse/ROO-1287 (ValueListBox showing redundant entries) by allowing ValueListBox to use a key provider. In the course of working on this, I found spots where we were swallowing exceptions

[gwt-contrib] Re: Continuation of r8542 to actually properly enables double click for (issue774801)

2010-09-03 Thread fredsa
http://gwt-code-reviews.appspot.com/774801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors