Re: Getting a user Enter key

2011-01-30 Thread Michael Phoenix
This is really weird. I just tried it again, without changing any code and now it works fine! On Jan 28, 11:03 am, Brian Reilly brian.irei...@gmail.com wrote: Interesting... maybe the alert box is getting the key press event, which isn't being fired until after the alert has popped up because

Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Mike.G
hi all: i'm using maven to organize my gwt project, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i may forget

Celltable rows selection with focus

2011-01-30 Thread Deepak Singh
Hi, I am using GWT 2.1.1 and have one celltable working fine. I want to provide better user experience so i need to implement the following feature, I want the rows to be selected with focus and then get the selected object for further action. when the table is created and appeared first time,

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Bálint Kriván
Did you run, mvn eclipse:eclipse? It should add the maven jars to the classpath, and used by Eclipse. On Sun, Jan 30, 2011 at 10:01 AM, Mike.G gsun...@gmail.com wrote: hi all: i'm using maven to organize my gwt project, everything works well but one defect: Is there a way to copy all maven

Re: how to handle cases where a user Repeatedly presses browser Refresh button in the middle of server call ?

2011-01-30 Thread Thomas Broyer
There are 2 strategies (that can be combined): - track ongoing async calls, listen to Window.ClosingEvent and ask (ClosingEvent#setMessage) the user if he really wants to leave (you can't tell refreshes from window/tab closing from other kind of navigations), in case there are

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Thomas Broyer
If you use Eclipse to launch the DevMode, see the FAQ for the Google Plugin for Eclipse http://code.google.com/eclipse/docs/faq.html#gwt_with_maven. If you do not use Eclipse, I'd suggest you use the gwt-maven-plugin to launch the DevMode, it'll do what's necessary with your dependencies (I

How to wrap an existing div into an HTML widget ?

2011-01-30 Thread Joe
Hi, I wonder how to wrap an existing div into an HTML widget. I am using GQuery to retrieve the element already attached to the html page. Now that I have a DOM div element, I use HTML myHtml = HTML.wrap(element); When i run the code i get the following error: java.lang.AssertionError: A

Re: heroku for java

2011-01-30 Thread Thomas Lefort
Thanks for the tips. I just checked elastic beanstalk. Looks good and there is no additional charges. So I guess for the back end there are quite a few solutions now with GAE, Elastic Beanstalk and possibly the VMForce one, with various levels of services. For the front end GWT, various libraries

Re: How to wrap an existing div into an HTML widget ?

2011-01-30 Thread Joe
It's working fine now. My mistake was that somewhere on the page I was doing this action: RootPanel root = RootPanel.get(content); root.setStyleName(content_style); so instead of doing this, I did: Document.get().getElementById(content).removeClassName(content_style); And now I am

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Gabriel Guerrero
Hi , first you need configured the war to plugin to use war as warSourceDirectory, after that use mvn war:inplace and that will copy the libraries to your lib folders, check the maven war plugin web page for more details, also I recommend to check the maven gwt puglin website, they have examples

download stocwatcher

2011-01-30 Thread Pham Tran Quoc Viet
Hi, Does anyone know where to download the StockWatcher example? I have searched everywhere but just could not find it so that I can walk through the code while reading this get-started instruction: http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/GettingStartedCreateProject Thanks a

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-30 Thread tarik ghallab
Hi, Thanks for your response after making some analys of situation i come to the result that i dont need to my own server, because i need just i servelet contner and i will work in new application. So i decided to use just jetty speed up the developpment. Iprefer to use jetty Y2i and Ben Imp for

Re: download stocwatcher

2011-01-30 Thread Jim Douglas
You create the sample by working through these steps: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html On Jan 30, 6:59 am, Pham Tran Quoc Viet phamtranquocv...@gmail.com wrote: Hi, Does anyone know where to download the StockWatcher example? I have searched

Re: download stocwatcher

2011-01-30 Thread Pham Tran Quoc Viet
Thanks Jim. On Sun, Jan 30, 2011 at 7:17 AM, Jim Douglas jdou...@basis.com wrote: You create the sample by working through these steps: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html On Jan 30, 6:59 am, Pham Tran Quoc Viet phamtranquocv...@gmail.com wrote: Hi,

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Ezequiel Palumbo
Hi Mike, Does the problem occurs even if you execute the 'package' or 'install' phase? Did you check the scope of those dependencies? Very strange behaviour otherwise... Salud! Ezequiel.- On 30 ene, 06:01, Mike.G gsun...@gmail.com wrote: hi all:  i'm using maven to organize my gwt project,

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread mortsahl
I'm new to GWT and trying to figure things out, but on this maven question, I created my initial project using the included webAppCreator script like this ... $GWT_HOME/webAppCreator -out myProject -maven com.myProject (I'm on a Mac so change your path accordingly) This created my initial

GWT Generators

2011-01-30 Thread joao
Hi, Last days I was puzzling how to get generators working with parametrized interfaces, finally I got it working. I put a simple post in my blog to explain my implementation. http://jpereira.eu/2011/01/30/wheres-my-java-reflection/ I hope it can help someone. -- You received this message

RequestFactoryEditorDriver example?

2011-01-30 Thread George Moschovitis
Is there an example (w/ sample code) demonstrating how to use RequestFactoryEditorDriver? Something similar to this (https://gist.github.com/780560) would be great! thanks in advance, -g. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

HelloMVP sample in GWT 2.2M1 - error

2011-01-30 Thread Hari shankar
Am experimenting HelloMVP sample code given at http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html in my own project using GWT 2.2M1. (i just copy/pasted the code, with no modification) Now am struck at following err (getting both in dev mode and compile mode, in

Problem with static resource in the maven build

2011-01-30 Thread mtweet
Hello All, I had a project built on smartgwt 2.0 and i migrated it to 2.4 but now after the migration my maven build is not generating proper war, in fact the path of the static resources in the generated java scripts is not proper, an extra path gets added to it, its strange and i'm not able to

Re: RequestFactoryEditorDriver example?

2011-01-30 Thread Thomas Broyer
The DynaTableRf sample from the GWT SDK uses RequestFactoryEditorDriver, but it really isn't that different from the SimpleBeanEditorDriver (you just have to pass a RequestContext so that the driver can do an .edit() on each proxy found in the edited object graph; or use display() or pass a

Re: heroku for java

2011-01-30 Thread Supercobra Thatbytes
I agree with you, GWT + GAE is powerful but lacks a complete framework, however my book will get you started creating real world web apps with these two awesome technologies: http://goo.gl/aPLAl Daniel -- You received this message because you are subscribed to the Google Groups Google Web

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-30 Thread Craig Mitchell
Thanks Chris! Confirmed. Version 1.0.9646 now working fine on WinXP. On Jan 29, 4:06 am, Chris Conroy con...@google.com wrote: Hi everyone. A repacking of the crx is now live. This should finally fix the issues for users on Windows. On Fri, Jan 28, 2011 at 11:54 AM, Tony

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-30 Thread Colin Alworth
I don't fully understand the interactions between RequestFactory and the editor system, but it seems that there is another issue which is still causing this error to occur, though it seems to be another, unrelated bug, which only affects the HasDataEditor adapter and the editable HasData

Re: HelloMVP sample in GWT 2.2M1 - error

2011-01-30 Thread Thomas Broyer
Have you compiled you classes (I mean javac, producing *.class files) and are those classes in your classpath? -- 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

Formatting data - best on the server, or client?

2011-01-30 Thread tachoknight
Hi all- I am writing a site that generates an HTML-based report that uses some pretty complex table formatting (think of it as a web page equivalent of the phone book). This is not a big site, and the result page is not interactive; it's a static report. I've mocked up the result page in an HTML

GWT Development Firms

2011-01-30 Thread Stephen Shapiro
I'm looking for individuals or firms that specialize in the creation of custom GWT applications. Does anyone know of a list or job board? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

MVP - Suppress and/or rename place name and token

2011-01-30 Thread cri
We use MVP place URLs to bring up selected parts of our application in a new window, e.g. Window.open(http://test.com/test/ Test.html#TestPlace:testPlaceToken, _blank, ). This works fine, but we are wondering if there is anyway to suppress the place name and token (#TestPlace:testPlaceToken) in

Re: MVP - Suppress and/or rename place name and token

2011-01-30 Thread Thomas Broyer
On Monday, January 31, 2011 2:26:34 AM UTC+1, cri wrote: Another thing we'd like to know how to do is customize the place name. By default, the name is the same as the Place class name, but the MVP docs indicate that the default can be overridden. I haven't been able to discover how to

Powered by Google Technologies

2011-01-30 Thread Mike
Wanted to share our project called CitySale.ca which is built entirely on the Google stack: Google APIs - App Engine, GWT, Maps, Fusion Tables, Geocoding, Places, Search, ... Google Tools - Analytics, DoubleClick, Webmaster The GWT Client and the App Engine based server are also deeply

GWT 2.1.1 EditorFramework CellList editor using SimpleBeanEditorDriver and JSON help...

2011-01-30 Thread Milan Cvejic
Hi everyone, I can't manage to make editing of CellList using SimpleBeanEditorDriver. I tried everything and now looking for some help, and guidelines. I am trying to create view that will display two text fields and one CellList widget that will display some Labels. I managed to create editor

Found an inconsistent behaviour in GWT Expenses Roo application: Master-Detail Activities-Places becoming out of Sync !

2011-01-30 Thread zixzigma
I found an inconsistent behaviour in GWT Expenses Roo application. Actually I found it in my own sample app inspired by Expenses app, and when I checked GWT Expenses Roo for reference, I realized it is the case there also. Problem Summary: ** When Hitting Browser Back Button, Master and Detail

can we use equals() to see if two EntityProxy or ValueProxy are equal ?

2011-01-30 Thread zixzigma
can we use equals() to see if two EntityProxy or ValueProxy are equal ? in other words, is equals() already overriden for our custom Entity/Value proxies, or we need to override it ourselves, or it does not make sense to compare two proxies ? Thank You -- You received this message because you

CellTable does not take us to the correct page when using selectionModel.setSelected

2011-01-30 Thread zixzigma
I have a CellTable displaying a list of items. this table has a SimplePager. I have defined a SingleSelectionModel for this CellTable. when I want to select an item, i use selectionModel.setSelected(item, true); this works fine. however there is an inconsistent behaviour in the following

Can CellWidgets contain custom composite widgets ?

2011-01-30 Thread zixzigma
Can I create custom composite widgets ( panels containing label, button, edit box), and include these custom widgets within the CellWidgets (CellTable, CellTree) ? for example, when clicking on a node, instead of displaying just a text, be able to display a composite widget, or including

Re: HelloMVP sample in GWT 2.2M1 - error

2011-01-30 Thread har_shan
Thanks for reply Thomas. Am in Eclipse for Java EE and I didn't compile them separately as i believe Eclipse will take care of it automatically when i run as Web Application. This is what i did, a. Had a maven project, '../target/app-name' as war output directory (ran mvn war:war to copy all

Re: access gwt servlet via rpc ajax call

2011-01-30 Thread George H
bump :S On Fri, Jan 28, 2011 at 1:41 PM, George.H george@gmail.com wrote: Hi, I have a GWT application running and it contains several servlets. Our regular clients use a GWT client to access the servlets. We have some new clients that need to access the same servlets but via a very

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-30 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors