Load event of frame widget

2012-01-26 Thread bognekadje
Hi, I'am using the event onload of a frame. I am asking when this event is call. It is before, during or after the loading of content. Thanks for reply. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: AutoBeanCodex problems

2012-01-26 Thread Thomas Broyer
On Wednesday, January 25, 2012 8:01:15 PM UTC+1, Jordi Planadecursach wrote: This only happens when the JSON looks like: {thisIsANumber:2} When the case is that it works well: {thisIsANumber:2} See http://code.google.com/p/google-web-toolkit/issues/detail?id=6331 -- You

Hosting issue

2012-01-26 Thread Nitheesh Chandran
Hello , Please reply on the following issue , fed up with this one I just tried to deploy a starter project in the remote server. I am getting the following error in the server log [Tue Jan 24 04:26:47 2012] [error] [client 14.140.69.18] File does not exist:

Re: Request Factory Tutorial

2012-01-26 Thread Thomas Broyer
Have a look at the DatatableRf sample in the GWT SDK. The MobileWebApp sample also uses RequestFactory. -- 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 HOSTING ISSUE

2012-01-26 Thread Thomas Broyer
I don't know what you mean by GWT default WAR, but if you mean the folder your pass as -war to the GWT compiler and containing the WEB-INF/web.xml, then no you don't have to pack it as a war, you can simply copy it to your Tomcat's webapps folder. I'd suggest asking Tomcat-related questions to

Re: GWT Developer Plugin for Firefox 9

2012-01-26 Thread Dimitrijević Ivan
GWT pluging for FF9 is avaliable in SVN repo: http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-26 Thread Drew Spencer
I actually just switched to using ListDataProvider instead of just calling setData() every time something is removed or added. I was basically reloading the presenter every time something changed. So my understand is that with ListDataProvider I only have to remove the item from

Re: Made a Demo of Activities Places, Request Factory and Editors

2012-01-26 Thread l3dx
This may be a stupid question, but why does the app require permission to my google account? -- 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: AutoBeanCodex problems

2012-01-26 Thread Thomas Broyer
On Thu, Jan 26, 2012 at 11:52 AM, Jordi Planadecursach planad...@gmail.com wrote: So then it is a problem of: org.JSON library which I use for serialization:   new JSONObject(myBeanWithLongs).toString() That converts Long - non string number. Yes and no. JSON (RFC 4627) doesn't make any

List or ArrayList/concrete type

2012-01-26 Thread tanteanni
at the beginning of my gwt adventure i read somewhere that it is better to use concrete classes for interfaces like lists, because the gwt compiler must generate java script for every kind of list. Is this (still) true? I asked because by using arraylist/concrete types everywhere on client side

Re: Hosting issue

2012-01-26 Thread Alan Chaney
On 1/26/2012 1:23 AM, Nitheesh Chandran wrote: Hello , Please reply on the following issue , fed up with this one You don't actually give very much information: - version of GWT - server OS - are you running Jetty or Tomcat? - development platform? How are you deploying? Copying files to

Re: Editors with 2 forms

2012-01-26 Thread Cristian Rinaldi
I explain more my previous question, I have a EntityBaseView and your UiBinder EntityBaseWidget implementation. Your presenter is one Activity called EntityBaseActivity and exist one proxy called EntityBaseproxy where show the few methods: EntityBaseproxy

With RequestFactory where do utility methods etc live

2012-01-26 Thread salk31
Where can I put code that works on the entity that I can use in the server and the client? e.g. Person and PersonProxy with getSalutation, getFirstName, getLastName and I want getFullName to work on client and server... Where should this code live? The only thing I can think of is to have a new

Re: List or ArrayList/concrete type

2012-01-26 Thread Thomas Broyer
On Thursday, January 26, 2012 1:58:14 PM UTC+1, tanteanni wrote: at the beginning of my gwt adventure i read somewhere that it is better to use concrete classes for interfaces like lists, because the gwt compiler must generate java script for every kind of list. Is this (still) true?

Re: List or ArrayList/concrete type

2012-01-26 Thread Thomas Broyer
I forgot to mention that this is documented at: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideSerializableTypes (section polymorphism) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: With RequestFactory where do utility methods etc live

2012-01-26 Thread Thomas Broyer
On Thursday, January 26, 2012 2:36:31 PM UTC+1, salk31 wrote: Where can I put code that works on the entity that I can use in the server and the client? e.g. Person and PersonProxy with getSalutation, getFirstName, getLastName and I want getFullName to work on client and server...

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread Alan Chaney
Are you deploying to tomcat as a war? I re-read your earlier replies on the list and its not clear whether you have a separate war or are deploying through eclipse. Alan On 1/23/2012 7:52 PM, KGD wrote: Hi, I am currently using Eclipse with GWT SDK 2.4.0 to develop a GWT

Re: List or ArrayList/concrete type

2012-01-26 Thread tanteanni
thx for the info, that means i can get rid of most of loose coupling -warnings (i thought all client code should avoid Listss - ). -- 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: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-26 Thread Patrick Tucker
You should be able to watch your traffic to see whether or not the browser is returning a cached copy of the result. What browser are you using? On Jan 26, 5:50 am, Drew Spencer slugmand...@gmail.com wrote: I actually just switched to using ListDataProvider instead of just calling

Re: GWT RPC Problem

2012-01-26 Thread Alfredo Quiroga-Villamil
This is a limitation superimposed by browsers and it varies depending on which browser you are dealing with. My suggestion if you have a number of requests, each taking an X amount of time is to look into a Server Push approach. Regards, Alfredo On Wed, Jan 25, 2012 at 1:54 PM, permi

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-26 Thread Drew Spencer
On Thursday, 26 January 2012 14:49:59 UTC, Patrick Tucker wrote: You should be able to watch your traffic to see whether or not the browser is returning a cached copy of the result. What browser are you using? Using Chrome. I deployed the app earlier to test it live and it seems to work

How to set scrollbar in CustomScrollPanel?

2012-01-26 Thread Victor Protsenko
How create my own scrollbar and replace it with native scrollbar in CustomScrollPanel? What layout of scrollbar should be? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

i18nCreator

2012-01-26 Thread Rana Issa
How can I use the command i18nCreator in Eclipse? or should I use it from my command prompt only? -- 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

onFailure in AsyncCallback only called on timeout

2012-01-26 Thread Fred
Hi, I'm trying to understand when the onFailure method of AsyncCallback is called. Even when I get for example a HTTP 500 response the function is never called. I've added a more specific question to Stackoverflow:

Re: GWT Developer Plugin for Firefox 9

2012-01-26 Thread bryn ryans
Has anyone downloaded this successfully? The link says its 3.9MB in size but I only end up with a 41KB file which gets rejected as corrupted (unsurprisingly). Tried downloading in a couple of different browsers with the same result. Firefox 10 is being released on January 31st. Be nice if we can

Hover dialog component / code for CellTable?

2012-01-26 Thread tuxcode
Can anybody point me to a good source for a dialog triggered by a row hover? I'm thinking that I may end up using JQuery for this, but if there is already something for GWT that would be fantastic. I have approximately half a screens worth of data to display when hovering over a row. The goal is

GWT SuggestBox and Selenium

2012-01-26 Thread Pedro Perez
Hello, I've posted this in the Google Group for Selenium, posting here as well hoping someone has some Selenium experience that has seen this-- What is the best way to select values out of a GWT Suggest Box using WebDriver? I'm using FirefoxDriver, and so far nothing seems to pick values out of

Re: GWT SuggestBox and Selenium

2012-01-26 Thread l3dx
IIRC, you need two selectors/webelements 1. The textbox - here you sendKeys() and click() 2. The suggestPopup - where you select a suggestion I used CSS to select the textbox, and XPath to select the desired suggestion. I don't have the source code available right now, but I hope this

native javascript functions manipulation in java - overlay types

2012-01-26 Thread Sebastian Gurin
Hello all. I'm trying my first javascript toolkit porting to java in gwt. I think JavaScript Overlay Types is exactly what I need. Everithing seems to be well supported with the exception of javascript functions... Explanation. The objective behind Overlay Types as I understand is to easily

Re: Made a Demo of Activities Places, Request Factory and Editors

2012-01-26 Thread Brandon Donnelson
Good question. I wanted that to be part of the demo using request factory showing how I deal with login state. I provide more docs later. I'm not seeking to do anything nefarious with your email. It also prevents some vandalism. Feel free to check code and deploy in your own devmode if your

Re: Digest e-mails

2012-01-26 Thread Pascal
I stopped receiving them as well. I just noticed. On 25 jan, 09:31, Steve Moyer smoye...@gmail.com wrote: I stopped receiving digest e-mails on January 20th and wondered whether anyone else noticed this?  Perhaps I've somehow unsubscribed? My membership still says I'm signed up for the digests

Re: onFailure in AsyncCallback only called on timeout

2012-01-26 Thread Alfredo Quiroga-Villamil
Unfortunately, unless I am mistaken, there is no way to tell if a script tag failed to load or not and why it failed in this case. So all you are getting is a timeout exception letting you know that something went wrong. One approach for JSONP, is to ensure on the server side that all exceptions

GWT integration with Spring services

2012-01-26 Thread Umesh
How to integrate GWT with spring. Is there an archetype in maven which can be used to build the structure of Sring, GWT, JPA -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread KGD
Yes, I am deploying to my Tomcat installation as a war file. I use Eclipse to test my code with the App Engine before packaging the war and deploying on Tomcat. Thanks, Keith On Jan 26, 9:23 am, Alan Chaney a...@mechnicality.com wrote: Are you deploying to tomcat as a war? I re-read your

Re: GWT integration with Spring services

2012-01-26 Thread Travis Camechis
Spring Roo can help do this although it uses Request Factory as the communication method. On Thu, Jan 26, 2012 at 12:41 PM, Umesh upadhyay.um...@gmail.com wrote: How to integrate GWT with spring. Is there an archetype in maven which can be used to build the structure of Sring, GWT, JPA --

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread Alan Chaney
So if its deploying the wrong data, then that data must be in the war. How are you building the war? ant? eclipse 'export' or simply zipping the war folder? Alan On 1/26/2012 11:13 AM, KGD wrote: Yes, I am deploying to my Tomcat installation as a war file. I use Eclipse to test my code

save data to database with hibernate and rpc

2012-01-26 Thread odon
hii... i need help ... i get problem with save data to database with hibernate. when i executed the event, i always get on failure this is the code... Button btn= new Button(create); btn.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) {

GWT RequestFactory compile error Deobfuscator.Builder

2012-01-26 Thread Johann
Hi everyone, i try to build my first project with gwt requestfactory. after many other errors e.g annotation and missing jason classes. the development output show me an hint [INFO] [x] - Ignored 1 unit with compilation errors in first pass. Compile with -strict or with -logLevel set

Speed tracer faster than complied?

2012-01-26 Thread James
I'm currently building a full dynamic webpage for gwt and have run across a strange issue. I have a loading.gif image display while the RPC calls take place and construct my visualizations this loading image stops when the server finishes processing and sends it to gwt for processing and I

Re: Digest e-mails

2012-01-26 Thread Steve Moyer
I still haven't managed to restart them ... does anyone have any ideas? -- 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 group, send email to

gwt requestfactory compile error Deobfuscator.Builder; did you forget to inherit a required module

2012-01-26 Thread Johann
hi everyone, i build my first gwt requestfactory app and got first an error in the development output.. 21:43:01.805 [INFO] x] Ignored 1 unit with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. i did it and the console

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread KGD
That's right and that's why I'm perplexed. In trying to resolve this, I unpacked the war file and decompiled the class files and the code is the good/current code base for my app which executes correctly in the App Engine development mode within Eclipse. Here are my steps for deployment of my

Re: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module?

2012-01-26 Thread Johann
ive got the same error. do you find a solution? -- 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/-/uPih4_fVGLIJ. To post to this group, send email

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread Alan Chaney
Hmm... Well, the next thing I'd try and do is take the war to a separate machine, set TC 7 up on that, and then do a wget to http://localhost:8080/whatever your context name is and see what's what. From what you've said, it seems very unlikely that its anything to do with GWT. Are you

Re: RequestFactory: Download entity, add to collection, persist on server, see collection change. Should this work?

2012-01-26 Thread Ryan McFall
Not sure I understand your issue actually, but RF won't persist your Response objects for you, you have to either persist them individually, or persist them when you persist the Header object.

How to force scroll of DataGrid to top on reload

2012-01-26 Thread Bill M
Hello, I would like to know if anyone knows how to set the scroll position of the DataGrid widget to the top, following a reload? I don't see any method that allow you to do this. Does anyone know how? Thanks, Bill -- You received this message because you are subscribed to the Google Groups

How to set column of DataGrid (i.e. a TextColumn) to not be selectable?

2012-01-26 Thread Bill M
Hello, I have a DataGrid table that is composed of multiple TextColumns. When you click on the TextColumn, the column acts like it could be edited, with the column appearing like a text entry field. Is there a way to stop this behavior, so it only appears like a label? Thanks, Bill -- You

Re: save data to database with hibernate and rpc

2012-01-26 Thread Sebastian Gurin
Hi I developed my web apps gwt and persist the model with hibernate. You have lot of articles about it http://code.google.com/intl/es-ES/webtoolkit/articles/using_gwt_with_hibernate.html my advice: The main problem you will encounter is compatibility issues between model object managed by

Re: Editors with 2 forms

2012-01-26 Thread Cristian Rinaldi
Any idea over the problem?, all examples that I view, the sub-editors are just Widgets *without one Activity*, and the principal widget is also a Editor that is managed by your Activity or Presenter. My principal problem is that my two Widgets are managed by your Activities, but the Widgets

GWT tree table data grid?

2012-01-26 Thread CRISTI Stamate
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 content). - content like CellTree (each row can be a tree node). If didn't already exist in GWT 2.4 can be

GWT Logon Tutorial Composite Event Handling

2012-01-26 Thread DrEvazan
This is probably more of a fundamental Java question than a GWT question, so please excuse my ignorance here, but I have put together a test app following the Login Manager tutorial where the onClick event for the Sign In button discussed in the tutorial posts to a back- end server via JSON and is

Re: Struggling with Crawling

2012-01-26 Thread objectuser
My app has now been crawled with the _escaped_fragment_ parameter, so that's progress (I didn't make any changes, it just took a while it seems). It doesn't appear the app is properly indexed yet, however. So progress, but not quite there yet. -- You received this message because you are

Re: save data to database with hibernate and rpc

2012-01-26 Thread Juan Pablo Gardella
Instead of use gilead (to me intrusive), you can use Hibernate filter. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7e46e8c33e7ee5da El 26 de enero de 2012 20:56, Sebastian Gurin sgu...@softpoint.orgescribió: Hi I developed my web apps gwt and persist the model

Re: GWT App Deployed To Tomcat Displays Old Content

2012-01-26 Thread KGD
Thanks. I'll keep that in mind and will move to another server and see. I already tried with a TC 6 install on the same host as the TC7 install (only one instance running at a time, though). With regards to running TC with Eclipse, I think there may be a misunderstanding. I'm not running TC

Re: HELP.. ADDING IMAGE TO PushButton.

2012-01-26 Thread HARISH SAHARAN
First put your image to war/images folder and then direct access it from ur code like this HTML html = new HTML(new Image(images//Image_Name.png).toString()); Button button = new Button(h.toString()); now u can do ur work On Jan 24, 10:50 am, Joshua Carey jc11...@gmail.com

Re: Hosting issue

2012-01-26 Thread Nitheesh Chandran
Ok , Its just a web application starter project. I ran the project in the development mode and in the local apache tomcat server . Its working there. The same thing i have deployed to a remote server and i am facing the issue. Our version of GWT is : GWT 2.3.0 server OS : cent os 5.0 The

Re: How to force scroll of DataGrid to top on reload

2012-01-26 Thread Thomas Klöber
Am 26.01.2012 23:34, schrieb Bill M: I would like to know if anyone knows how to set the scroll position of the DataGrid widget to the top, following a reload? I don't see any method that allow you to do this. use ScrollPanel.scrollToTop() of the scroll panel that holds your data grid. --

[gwt-contrib] GWT the tree data gid component

2012-01-26 Thread CRISTI Stamate
Can anyone tell me if exist in GWT the tree data gid component? I mean by tree data grid a component that is: - data grid like in GWT 2.4 (fixed header and footer and scrollable content). - content like CellTree (each row can be a tree node). If didn't already exist in GWT 2.4 can be an option

Re: [gwt-contrib] GWT the tree data gid component

2012-01-26 Thread Sergey Zaytsev
I know that such widget exists in GXT library (called smth like TreeGrid) 2012/1/27 CRISTI Stamate juventino0...@googlemail.com Can anyone tell me if exist in GWT the tree data gid component? I mean by tree data grid a component that is: - data grid like in GWT 2.4 (fixed header and footer