Re: Implementing Normal HTML Instead of GWT

2012-10-02 Thread sampath88
Hi, I have another concern regarding GWT. *Questions:-* *) Is it possible to use both GWT-UI Binder and normal HTML files. For Ex: [So far we have been using GWT UI-Binder. Since we are facing some difficulties. We have planned to use normal HTML files only for our fore-coming

Re: Implementing Normal HTML Instead of GWT

2012-10-02 Thread Manuel Carrasco Moñino
*) Is it possible to use both GWT-UI Binder and normal HTML files. For Ex: [So far we have been using GWT UI-Binder. Since we are facing some difficulties. We have planned to use normal HTML files only for our fore-coming features.]. The advantage of GWT-ui files are that they become a

Re: Implementing Normal HTML Instead of GWT

2012-10-02 Thread Manuel Carrasco Moñino
On Tue, Oct 2, 2012 at 3:33 AM, Michael Allan m...@zelea.com wrote: Manuel said: . are you planning to send this to gwt? . to play with this code, do I have to download the entire kit or may I patch just some classes? . does it work with 2.5. I plan to merge 2.5 once it's released. I

Re: white screen on iphone (maybe iOS6 issue)

2012-10-02 Thread MeiAestro
it really seems to be a Ajax caching problem. I am loading the google maps v3 using the Ajaxloader-Package (http://gwt-google-apis.googlecode.com/svn/javadoc/ajaxloader/1.1/index.html). Unfortunately I have no clue where to change any header information. I would appreciate any hints! Thanks!

Re: DevMode not working in Chrome after update

2012-10-02 Thread chillyspoon
Neither trick works for me (Chrome 22 on Snow Leopard) .. infuriating. Works fine on Firefox but what's the point when you can't do cross browser testing? On Thursday, 27 September 2012 17:11:05 UTC+1, Tony Rah wrote: I +1 for Brandon's fix. All other approaches were met with failure for me

gwt openpa serialization problem

2012-10-02 Thread YinYanSI
I have gwt app with openjpa 2.0 *gwt compiler compile OK * *Compiling module skladisce.SkladisceGWT* * Compiling 6 permutations* * Compiling permutation 0...* * Compiling permutation 1...* * Compiling permutation 2...* * Compiling permutation 3...* * Compiling

GWT Mode

2012-10-02 Thread harish kadamudi
Hi Tech Whiz, I am new here.I've started development with GWT.When i run a project in development Mode runs in a browser,Browser asks for plugin to run the application.does the plugin require when i run the same app in Production/Web Development mode. Thanks harish k -- You received this

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-10-02 Thread marcel heeremans
OK - forget about Chrome - I just installed Firefox on the mac - installed the required gwt plugin and voila - all is working again - just wasted about two hours getting Chrome to work On Wednesday, September 26, 2012 2:37:59 AM UTC+1, Brandon Donnelson wrote: For some reason after I

Start method from activationlink

2012-10-02 Thread Jan Philipp Stubbe
Hi, I use gwt and try to send an email with an activationlink to an user who registered at my application. I can send the email, but I don't know how the link has to look like to call a specific method on the server which finally activates the user. I found something about RPC, but I think I

How to change package structure (location) of LocalizableResource

2012-10-02 Thread Ritesh Jagga
We are using UIBinder to create UI screens and implementing internationalization in them. We are able to read values associated with keys from the LocalizableResource_locale.properties file. The docs here https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinderI18n says that this

Datagrid with editable and non-editable cells

2012-10-02 Thread Thales Ribeiro
I was wondering how can I create a datagrid with selectable and non-selectable cells at the same datagrid. There is a condition which will inform if the cell will be selectable or not. What is the best way to do it? Another problem that I have is when I select one cells and in the datagrid

GWT, Firefox and Windows 7 touch issues

2012-10-02 Thread Felix
i am trying to set up an application with GWT. The problem is that Firefox and GWT not handling Windows 7 touch gestures properly. When using Firefox on an sample GWT page i am not able to do everytime touch gestures handled by Windows. Normally Windows 7 converts those touch gesture into

BUILD rule for GwtArchive

2012-10-02 Thread Dan Cheng
Hi, GWT gurus, We are trying to export a GWT package in closure environment, we already have the package ready in jar or zip format. But how can we unzip it into files (including js and css) and used by closure code? we have sth like GwtArchive(name='mymodulejar', app =

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-10-02 Thread rlg
Repeating my reply to an older post (that I thought was addressing the same issue). It's more appropriate here. Sorry for the doubling-up. Here it is: [Note: my problems began with an auto update yesterday to production Chrome 22.0.1229.79. What's implied is that I'm going to wait-it-out

Re: GWT 2.5.0-rc1 on IPad not firing click events

2012-10-02 Thread Kevin Campbell
I'm seeing this as well. It's happening on all iOS devices I've tested, and is also preventing focus on input elements. On Wednesday, August 22, 2012 8:45:17 AM UTC-7, Casey Rodgers wrote: In GWT 2.5.0-rc1 buttons (and anchors) will only fire the click event every few clicks. Meaning you

Type cannot be serialized only in FireFox in Development Mode.

2012-10-02 Thread JavaLife
*WARNING: Exception of type com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Type 'com.myDTO' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer. For security purposes, this type will not be deserialized. * * * I

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-10-02 Thread marcel heeremans
My Google Chrome plugin for GWT has stopped working this morning on the mac. I installed Google App Engine Java SDK 1.7.2 yesterday but even creating a brand new Google Web Application Project and using the 1.7.1 App Engine when I come to run it in Google I get the yellow box come up. I tried

Re: gwt module may need to be (re)compiled

2012-10-02 Thread Nick Kerr
I was experiencing this same problem recently and for the benefit of the community I am posting my solution today: I discovered that my src/main/webapp folder contained an oldmodule.nocache.js file. If you see this error message, check the timestamp of your module.nocache.js to ensure that it

GWT Exporter: Public constructors in exportable classes

2012-10-02 Thread Douglas Hoskins
GWT Exporter currently fails silently if it meets an Exportable class whose public constructor accepts arguments other than a JavaScriptObject. Two unrelated questions about this: 1) Is there a technical reason why can't exportable classes can't have constructors accepting Strings,

GWT Exporter: Why can't exported methods return boolean[]

2012-10-02 Thread Douglas Hoskins
Hi Sorry to x-post here from the gwtexporter group, but it seems to be dead and I'd really like answers to these questions! I'm trying to export a class with a method which returns boolean[], and got Referencing method 'org.timepedia.exporter.client.ExporterUtil.wrap([Z)': unable to resolve

Re: DevMode not working in Chrome after update

2012-10-02 Thread Nick McCollum
FOUND THE FIX open up the extensions page in chrome, drag and drop the downloaded .crx file, and BOOSH! Prompts for installation. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT 2.3 client side

2012-10-02 Thread DK
we are upgrading from gwt1.2 to gwt2.3. In earlier version we modified the client side code which was dealing with POST request so that it can integrate with vignette portal i.e. asyncPostImpl() method in HTTPRequestImpl.java.. but on gwt2.3, that implementation is no more.. i tried modifying in

Send List from server to client

2012-10-02 Thread Crease
Hi, I need pass a list from server to client, but I don´t know make it I am using gwt 2.4 and java-sdk-1.7.1 some site I had seen use this annotation: @gwt.typeArgs(type object), but It doesn´t work me I have put in the server this: /** * @gwt.typeArgs server.ConceptoFormal */

Re: GWT tree table data grid?

2012-10-02 Thread Nuno Gonçalves
I'm also searching for this. On Thursday, January 26, 2012 10:11:06 PM UTC, CRISTI Stamate wrote: Can anyone tell me if exist in GWT the tree table data gid component? I mean by tree table data grid a component that is: - data grid like in GWT 2.4 (fixed header and footer and scrollable

GWT Junit Test

2012-10-02 Thread Ronsen
Hi. I want to test a rpc call. I use the standard GWTproject and this testclass: public class TestGreetingService extends GWTTestCase { /** * Must refer to a valid module that sources this class. */ public String getModuleName() { return com.TestGreeting; }

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-10-02 Thread Al Robertson
I have the same issue. OSX 10.8.1 - chrome updated to 22.0.1229.79 this morning and the gwt dev mode plugin no longer loads. On Wednesday, 26 September 2012 02:37:59 UTC+1, Brandon Donnelson wrote: For some reason after I installed speed tracer in chrome I started getting a problem with

Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Marc2000
Hallo, After finishing development on my GWT (2.4) project, I found out, that the compiled version does not work exactly as in the development mode. Some method ( isValid() ) seems not to be called. Calling code (simplified): boolean valid=true; if(! mypanel.isValid()) valid=false;

Testing an asynchronous rpc with GWT SyncProxy

2012-10-02 Thread Ronsen
Hi has someone here experiences with GWT SyncProxy? I am trying to test an asynchronous rpc, but the code under onFailure and onSuccess is not tested. Unfortunately there is no error log, but maybe someone can help me. The example is from this page: http://code.google.com/p/gwt-syncproxy/

Help in JSNI callback in javascript object

2012-10-02 Thread JSNI NOOB
Hi i need some help to do a wrapper to GWT. in javascript i have the following: (...) // create a new SIP stack. Not mandatory as it's possible to reuse the same satck oSipStack = new tsip_stack(txtRealm.value, txtPrivateIdentity.value, txtPublicIdentity.value)

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-10-02 Thread Chris Calabro
what exactly does drag the file onto the extensions page mean? i'm using gPrecise. if i click on the home folder and position its window next to the chrome window and attempt to drag the .crx icon from the home folder to the chrome/extensions page, it just slips off and acts like it has no idea

Re: Local data cache when using AsyncDataProvider (CellTable)

2012-10-02 Thread Benjamin D.
Hello, 1)Your use of AsyncDataProvider seems interesting to me but I have a few questions. My Celltable also use sorting. But then when you change sorting order the same method (onRangeChange) is called as when you change page. Problem is that the behavior must be different: when I change page

Add a radio button in RichTextArea

2012-10-02 Thread jimakos17
There is a RichTextArea private final RichTextArea rta = new RichTextArea(); and I'd like when I press an asterisk to add a radio button in this RichTextArea. I wrote if(event.getCharCode()=='*') { RadioButton radio0 = new RadioButton(group0, ); HorizontalPanel

Shortcut for compilation

2012-10-02 Thread Agris Skuja
Is anybody successfully set up shortcut key for compilation in eclipse? I mean - I would like to define some strange key combination (for example: Ctrl+Shift+F9) to compile my project. Istead of this - I have to take my mouse and point to google icon, click, then choose GWT Compile Project...

GWT throwing No source code is available for type on adding a new class in client

2012-10-02 Thread new_gwt
Hi, I am new to GWT and trying to learn it. Also, can you pls help me the source of goo GWT tutorial along with its architecture. I added a new class in client at same level(same folder) where my moduleentry class is and I am getting following error when I say LoginGWT loginPanel = new

Re: DevMode not working in Chrome after update

2012-10-02 Thread Grant Tang
I am in the same boat. Any fix/update for this issue? I am using firefox now. I hope I can switch back to chrome. Grant On Tuesday, July 17, 2012 9:16:03 AM UTC-5, Andy wrote: I updated Chrome this morning and now when I try to use DevMode I get an error Could not load GWT DevMode Plugin

iOS 6 Mobile Safari and GWT WebApp

2012-10-02 Thread Enrico
Hi there, I have a problem that I'm experimenting with the new iOS 6 mobile safari accessing to my GWT MVP WebApp. When trying to access directly to a specific place of my GWT MVP web app, the app seems to hang without displaying the related view. i.e. URL:

GWT: Get and Post

2012-10-02 Thread Zach
Hey I'm trying to send a Get and multiple Posts to a server that then replies accordingly. The server is PHP, and handles the request the following way: switch($_GET['action']) { case 'login': $response = Account::login($_POST['username'], $_POST['password']); break; case 'logout': $response =

GWT WebApp and iOS 6 Safari

2012-10-02 Thread Enrico
I'm experimenting a problem accessing with iOS 6 Mobile Safari directly to an history mapped place of my GWT MVP Web Application. Example URL is 127.0.0.1/webcontext/#register:email!code where 'register' is the PlaceTokenizer prefix of RegisterPlace that is included in the

Re: AbsolutePanel scrolling

2012-10-02 Thread Mehdi Salarkia
I had the same problem and I fixed it as this : absolutePanel.getElement().getStyle().setOverflow(Overflow.AUTO); On Monday, April 21, 2008 9:58:28 AM UTC-4, Brock Parker wrote: Hello, I have an application that allows users to build their own forms. These forms are then rendered on the

Re: how to deploy gwt apps to tomcat

2012-10-02 Thread chun Kmeroon
hello every body my question goes in the same way of the greetz's question. I want to deploy my GWT project in jboss because am using it with an EJB project and EAP project. When i use the normal way of deploying and EJB,WAP,EAP project it is not going. how can i do? -- You

New C# Batch (Basics to Advance)

2012-10-02 Thread mytranings
HI All, I am starting new C# batch from fundamentals to advance. This course is being offered for $150. For old students this course is being offered for 100$ only. Session timings are from 6:00 AM IST To 7:30 AM IST. This course is starting from 6-OCT-2012. First 2 sessions are demo sessions

The GWT Developer plugins for Chrome can not install

2012-10-02 Thread Bruce
I have install Google app engines in eclipse juno, and tried running the initial test code,when i copy the url and paste it in my chrome browser, it brings a page that says Development Mode requires the Google Web Toolkit Developer Plugin , whclick on the download Download the GWT Developer

Re: gwt openpa serialization problem

2012-10-02 Thread Jens
Your entity is serializable and you want to send it from server to client. Most JPA providers enhance entity classes to support features like lazy loading, so although you have used a java.util.List in your entity code it could very well become an org.apache.openjpa.kernel.DelegatingResultList

Re: GWT Exporter: Why can't exported methods return boolean[]

2012-10-02 Thread Manuel Carrasco Moñino
This message has been received in the list 6 days after it was post, I think because it is a moderated list. Anyway, the question was answered in the group some days ago https://groups.google.com/forum/?fromgroups=#!topic/gwtexporter/V348YNyQ6gY The response is that the implementation of this

Add a radio button in RichTextArea

2012-10-02 Thread Andrei
You can't insert widgets inside the RTA. You should use an RTA formatter to insert HTML that renders a radio button. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Help in JSNI callback in javascript object

2012-10-02 Thread Manuel Carrasco Moñino
This is the same question than this onehttp://stackoverflow.com/questions/12638517/jsni-associate-callback-to-javascript-objectin stackoverflow. - Manolo On Fri, Sep 28, 2012 at 4:08 PM, JSNI NOOB rpgome...@gmail.com wrote: Hi i need some help to do a wrapper to GWT. in javascript i have the

Re: GWT WebApp and iOS 6 Safari

2012-10-02 Thread Manuel Carrasco Moñino
IOS6 is caching POST although HTML spec says not to cache it. I opened an issue in gwt sent a patch a couple of days ago, in the issue you can find some workarounds apart from patch gwt. http://gwt-code-reviews.appspot.com/1845803/

Re: GWT WebApp and iOS 6 Safari

2012-10-02 Thread Enrico
Thanks Manolo, I'm aware of iOS6 POST caching problem, but I don't think this behaviour is depending on that Safari bug. This is the server access log I have when I open the URL with Firefox (where all is still working fine): 192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] GET /project/ HTTP/1.1

Re: GWT throwing No source code is available for type on adding a new class in client

2012-10-02 Thread Jens
Your structure should be: src |-- mystock |-- client | |-- Stockexample.java | |-- LoginGWT.java |-- StockExample.gwt.xml If thats your structure, does the error go away if you add source path=client/ to your StockExample.gwt.xml? Following the documentation it should

Re: GWT WebApp and iOS 6 Safari

2012-10-02 Thread Manuel Carrasco Moñino
I think your app is crashing somewhere. Do you have enabled logging and configured uncauchExceptionHandler ? Take a look to the debug console in ios, or try sending some logging to the console or to the server. On Tue, Oct 2, 2012 at 5:06 PM, Enrico enrico.bertelle...@gmail.com wrote: Thanks

Re: GWT: Get and Post

2012-10-02 Thread Manuel Carrasco Moñino
Set the action parameter in the url: RequestBuilder requestBuilder = new RequestBuilder(RequestBuilder.POST, http://host/page.php?action=login;); - Manolo On Mon, Oct 1, 2012 at 9:10 AM, Zach zjz...@gmail.com wrote: Hey I'm trying to send a Get and multiple Posts to a server that then

Re: Shortcut for compilation

2012-10-02 Thread Joseph Lust
Agris, CTRL+F11 http://theshyam.com/2009/07/eclipse-productivity-shortcuts/ will run the last build configuration you ran in Eclipse. That should do the trick for you, assuming you use a Maven or GWT build configuration. Sincerely, Joseph -- You received this message because you are

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-10-02 Thread Joseph Lust
I know you can drag the .crx file onto the Extensions page (open page, not the menu option for it) in v22, perhaps it is not available in v21? Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Junit Test

2012-10-02 Thread Manuel Carrasco Moñino
What is the content of your com/TestGreeting.gwt.xml file ? On Fri, Sep 28, 2012 at 11:18 AM, Ronsen sonne.1...@hotmail.de wrote: Hi. I want to test a rpc call. I use the standard GWTproject and this testclass: public class TestGreetingService extends GWTTestCase { /** *

Re: GWT: Get and Post

2012-10-02 Thread Joseph Lust
Zach, It is worth noting there that there are a number of methods in the HTTP spec http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html: - GET, POST, PUT, DELETE, OPTIONS, TRACE, HEAD The GET method is meant to only retrieve items, not to take actions as noted: * the convention has been

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Manuel Carrasco Moñino
I think it is a good idea to get rid of methods which always return true/false/true because it saves a lot of code in the final js, and it gives the option to the developer to remove code programatically. In my opinion the example you show and the examples in the issue page are not examples of

Re: GWT 2.5.0-rc1 on IPad not firing click events

2012-10-02 Thread Manuel Carrasco Moñino
Yes, I'm seeing this issue as well. I replaced those with mgwt equivalents which handle pretty well tap an other mobile specific events. - Manolo On Thu, Sep 27, 2012 at 12:52 AM, Kevin Campbell campbell...@gmail.comwrote: I'm seeing this as well. It's happening on all iOS devices I've tested,

Re: GWT Exporter: Public constructors in exportable classes

2012-10-02 Thread Manuel Carrasco Moñino
already replied in the gwt-exporter group: https://groups.google.com/forum/?fromgroups=#!topic/gwtexporter/MtCDbJaTyYs On Wed, Sep 26, 2012 at 9:59 AM, Douglas Hoskins douglas.hosk...@futureplatforms.com wrote: GWT Exporter currently fails silently if it meets an Exportable class whose public

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Jeff Chimene
+1 on Manolo's point. However, in the interests of debugging: what happens if you use the boxed version of boolean? On Tue, Oct 2, 2012 at 11:45 AM, Manuel Carrasco Moñino man...@apache.orgwrote: I think it is a good idea to get rid of methods which always return true/false/true because it

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Juan Pablo Gardella
+1 too 2012/10/2 Jeff Chimene jchim...@gmail.com +1 on Manolo's point. However, in the interests of debugging: what happens if you use the boxed version of boolean? On Tue, Oct 2, 2012 at 11:45 AM, Manuel Carrasco Moñino man...@apache.org wrote: I think it is a good idea to get rid of

Re: GWT Mode

2012-10-02 Thread Joseph Lust
Harish, That plugin is only for when you are in DevMode which lets you do advanced debugging. It is not needed in production. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Type cannot be serialized only in FireFox in Development Mode.

2012-10-02 Thread Joseph Lust
JavaLife, There are several requirements for GWT serializability. Can you confirm that your objects comply with thesehttps://developers.google.com/web-toolkit/doc/1.6/DevGuideServerCommunication#DevGuideSerializableTypes? Due to being transformed to JS on the client and type erasure on the

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-10-02 Thread Chris Calabro
that is bizarre. it did not work last night even with many attempts, but the exact same operation this morning worked! i didn't even restart chrome or anything. btw i'm using chrome Version 22.0.1229.64 beta. - chris -- You received this message because you are subscribed to the Google

Re: Help in JSNI callback in javascript object

2012-10-02 Thread gpike
If you want the callbacks to call into your Java methods one way to do that is to assign those methods to a globally accessible Javascript variable. Then you can register those as callbacks to your on_event calls. The example I'm showing is static but you may be able to use instance methods.

Re: My CellTable is too narrow at first, what could I be doing wrong?

2012-10-02 Thread Andrei
It's hard to respond without seeing the code. Where did you set the width of the CellTable? How did you set column width? Which handlers did you attach to your ListBox? Do you call DataProvider and when? You will get a faster response if you post this problem, with the code, on StackOverflow.

Re: Datagrid with editable and non-editable cells

2012-10-02 Thread Andrei
There are several ways to do it. Which cell are you using? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/znr5f4Bx7JAJ. To post to this group,

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread kim young ill
+1 too On Tue, Oct 2, 2012 at 7:24 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: +1 too 2012/10/2 Jeff Chimene jchim...@gmail.com +1 on Manolo's point. However, in the interests of debugging: what happens if you use the boxed version of boolean? On Tue, Oct 2, 2012 at

popup modal

2012-10-02 Thread hadar
I am working with IE8. I open popup with modal true but it does not work as it should, I can click on any place in the app and it will work. On FF it works OK. Is this known issue ? Is there work around for this ? Thanks -- You received this message because you are subscribed to the Google

Places with DataGrid, AsyncDataProvider, and SimplePager

2012-10-02 Thread Mike Dee
I am using Activities and Places and encountered a situation where I'd like to know the best practice or at least get some good ideas. The app has an Activity with a simple search form and a DataGrid. The form has some text boxes (first name, lastname, etc) and a Find button. Enter in a

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Chris Lercher
Sorry, but definitely no. Admittedly, I've never actually encountered such a GWT bug in my own code. But that's irrelevant. Imagine you're changing a method temporarily to debug some code (in a way, that it always returns true), and in compiled mode it will simply not do what you expect -

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Daniel Kurka
I will raise some attention to this. -Daniel Am 02.10.2012 um 22:45 schrieb Chris Lercher cl_for_mail...@gmx.net: Sorry, but definitely no. Admittedly, I've never actually encountered such a GWT bug in my own code. But that's irrelevant. Imagine you're changing a method temporarily to

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Manuel Carrasco Moñino
1. Such bugs are avoidable. 2. It's a compiler's job to make sure you can rely on the basics - everything builds upon that, and errors at that level may amplify, leading to completely unpredictable results. This has nothing to do with good coding on the GWT developer's side (BTW, unit tests

Re: CellTree: Changing the default no data message for empty nodes

2012-10-02 Thread Patrick Tucker
It appears that there is not. Pretty disappointing, I was hoping to use CellTree in my new project... thought in my case I do not want the message at all, which is also not possible. On Tuesday, March 8, 2011 3:27:36 PM UTC-5, aarnott wrote: Is there a way with the CellTree to change the

[no subject]

2012-10-02 Thread go canal
http://www.emetreinta.es/wp-content/plugins/akismet/google.html?fs=xss.migfgw=er.ytffhb=emqz -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-02 Thread jones34
There's a good chance this is not gwt-related, but if anyone has run into this and has any quick suggestions it would be greatly appreciated. thanks much. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

[gwt-contrib] Re: The JavaDoc for Style.clearFloat() is wrong (issue1762803)

2012-10-02 Thread tuckerpmt
I didn't realize it wasn't cc'd to the group... http://gwt-code-reviews.appspot.com/1762803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] unable to download MAC OS X developer plugin

2012-10-02 Thread macalase
Guys, I am having trouble installing the developer plugin on Mac OS X. I have tried the following, but it still fails to install. open /Applications/Google\ Chrome.app --args --enable-easy-off-store-extension-install Anyone got any ideas, when this will be fixed?? Mac --

[gwt-contrib] Update validator version to Final rather than GA (issue1847805)

2012-10-02 Thread unnurg
Reviewers: rchandia, Description: Update validator version to Final rather than GA Review by: rchan...@google.com Please review this at http://gwt-code-reviews.appspot.com/1847805/ Affected files: M samples/dynatablerf/pom.xml M samples/mobilewebapp/pom.xml M samples/validation/pom.xml

[gwt-contrib] Re: Update validator version to Final rather than GA (issue1847805)

2012-10-02 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1847805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Using RequestFactory, AutoBean equality compares stableId proxyClass, which will NPE if stableId is not set.

2012-10-02 Thread Eric Friesen
Hi Thomas. Sorry for this bit of thread necromancy, but this issue is still a big pain for us. I think I've figured out what's going on. We currently use ValueProxy objects that aren't contained inside an EntityProxy. And our ValueProxy objects don't have an @Id annotated field. So they would