Re: Dropping support for ie6?

2010-12-27 Thread Peter Ondruska
+1 for dropping ie6 +1/2 for ie9 ;-) -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Unable to click() a button in the host page

2010-12-27 Thread amjibaly
I have a simple host page for a GWT app with an input button like so: input id=Save class=button type=submit name=Button value=Save / Why does the following not work: InputElement save = InputElement.as(RootPanel.get(Save).getElement()); save.click(); If I put a breakpoint I can see that the

Re: Display an Image from JPA entity.

2010-12-27 Thread Eric
Thank you I tried the URL approach, it works great in development mode but when deployed on tomcat the location of the uploaded file is changed for some reason. it puts everything in tomcat's bin(DUH!). I'll try the base64 way. I'm using uibinder image this way: @UiField Image Image has only

Re: CellTable with AsyncDataProvider - clear rows

2010-12-27 Thread Opal
I tried to use this method but it wasn't clearing the ViewData properly. On 22 Gru, 15:10, John LaBanca jlaba...@google.com wrote: Can you use CellTable#setVisibleRangeAndClearData() to clear the current data and request the new data from the

[ERROR]: FileSystemPreferences syncWorld ?

2010-12-27 Thread Ed
I just upgraded to 2.1 and during the nightly build on a Ubuntu Linux box I see the error listed below I am not sure what to do with it? Is it simple an error, or can I ignore it? I also notice the following old closed issue that describes something similar:

Re: Client-side JSR 303 validation in editors framework. What version ?

2010-12-27 Thread Matthew Hill
It could be any post-GWT 2.1 release, hence the lack of specific version. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email

Re: Display an Image from JPA entity.

2010-12-27 Thread Eric
Unfortunately,the following code produces a broken image in the browser. imagePath.setUrl(data:image/png;base64,+proxy.getImageData()); I can't figure out what is wrong with this since nothing, including chrome developer tools, shows any error message. RequestURL:data:image/

org.eclipse.jdt.internal.core.JavaModel cannot be cast to org.eclipse.jdt.core.IJavaProject

2010-12-27 Thread TBirch
It has been several months since I first posted about this issue and since then I've been waiting to see if any others might also have this problem but I don't believe I've seen references at least in the GWT forum. I have seen at least one reference to this error in Helios on a webobjects forum

RequestFactory JSR303 Validation

2010-12-27 Thread Matthew Hill
Hi. I'm wanting to get RequestFactory validating my beans. I've added the apache bval jars from here: http://incubator.apache.org/bval/cwiki/index.html Now what? My beans aren't validated yet (I've added the annotations, but they are ignored). What further wiring up is required? -- You

Code viewer like on google code search

2010-12-27 Thread Musicman75
Hello, does anybody knows if the code viewer which is used on google code search is available for download anywhere? http://www.google.com/codesearch/p?hl=de#vNbneu5q_7Q/trunk/Tariq/gnupg.pyq=gnupgsa=Ncd=3ct=rc Are any other libraries available for code highlightning and line numbering? I don'r

Java Mail API Error

2010-12-27 Thread Ahmed Shoeib
Compiling module com.fuoeg.testMail.TestMailAPI Validating newly compiled units [ERROR] Errors in 'file:/home/sho3ebovich/workspace/testMailAPI/ src/com/fuoeg/testMail/client/RootScreen.java' [ERROR] Line 53: No source code is available for type java.util.Properties; did you

Tomcat - Failed to get the SerializationPolicy (gwt/rpc)

2010-12-27 Thread Magnus
Hi, my Tomcat shows the following errors in the logs: Dec 27, 2010 8:52:47 AM org.apache.catalina.core.ApplicationContext log INFO: ChatServlet: ERROR: The serialization policy file '/bcs/ 99E2FAA12E412633D1C3951141C107AD.gwt.rpc' was not found; did you forget to include it in this deployment?

GWT Spring Roo: support for a class object inside an ENTITY

2010-12-27 Thread Amit
Hi, We are running successfully the Expenses example using Spring-Roo. Now we want to add a simple class object (MyAddress as illustrated below) to one of the entities (e.g., Employee). We first tried doing this using the embeddable - embedded mechanism. But this is currently not supported by

Re: Java Mail API Error

2010-12-27 Thread Jason Essington
You cannot send email from the client portion of a GWT application. You can only email from the server side portion. The errors indicate that you were trying to use javamail from the client portion. On Dec 27, 2010, at 7:37 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Compiling

image bundle in uibinder

2010-12-27 Thread asianCoolz
may i know is it possible to set url in css like below @Sprite .logotest { gwt-image: url(/path/image.png); } -- 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-tool...@googlegroups.com.

Re: Editor Framework Questions

2010-12-27 Thread Dhruv Shukla
What are the setting to be done on Server side to make request factory work On Sat, Dec 25, 2010 at 9:45 PM, Y2i yur...@gmail.com wrote: There are two driver types - SimpleBeanEditorDriver to work with simple bean-like objects - RequestFactoryEditorDriver integrated with RequestFactory and

Re: image bundle in uibinder

2010-12-27 Thread Matthew Hill
.logotest { background-image: url(/path/image.png); } should do it if I understand you correctly. The gwt-image property and @sprite is for use with ClientBundle. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Is encryption over RCP possible?

2010-12-27 Thread UseTheFork
I just came across the Secure Remote Password protocol (http:// srp.stanford.edu/). To reduce the TLS/SSL load on the server, one could create accounts/pwd (and perform commercial transactions) using HTTPS, and carry on with SRP later. It would make encryption over RCP possible and lighter, while

Re: Dropping support for ie6?

2010-12-27 Thread Gal Dolber
I don't know about dropping ie6, but Microsoft is really promoting ie9 all over the web. I feel we'll really need that support.. http://code.google.com/p/google-web-toolkit/issues/detail?id=5125colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars On Mon, Dec 27, 2010 at 5:54 AM, Peter

GWT Application Login/Logout

2010-12-27 Thread katampa...@gmail.com
Hi, I am developing RIA with GWT frame work which is built using MVP architecture [Views, Places, Activities model]. This application include login page, main page and logout page etc.. Each page is made as a view and these pages are shown by using activities. At server, i am using RPC

client bundle for image collection

2010-12-27 Thread sunady
Hello everybody! I want to add an image chooser to my application. As i didn't find the existing component (light-weight solution, easy to set up) i decided to use a simple grid with client bundle. But it seems that ClientBundle supports only names enumeration and isn't applicable to resource

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-27 Thread Mars Hsu
Hi Pete, how do you use gwt-maven-plugin2.2.1 to integrate with spring project? I met same problem with you. Would you like to give me a easy example? On Dec 13, 7:06 am, PeteUK newbar...@gmail.com wrote: Chuck, Would you mind revealing what you ended up doing? I've been having problems in

RequestFactory server-side inheritance

2010-12-27 Thread Ruben Leal
I'm writing an GWT/GAE application with some server-persistent classes inheritance. From server-side, my inheritance works well, but when I try to connect my classes with my proxies via RequestFactory, I cannot send data to inherited fields of some proxies. Example: // Server side class

Attach a ClickHandler to a CellTable row

2010-12-27 Thread Matias
Could somebody provide an example or any instructions on how to listen for a click event on a CellTable row? I want to have the same behavior of for example, gmail, when you click on any mail on the inbox and you get the detail/conversation of that mail. Thanks! -- You received this message

How to download all developer's guide and other articles?

2010-12-27 Thread Alex Luya
Sometimes,when I am reading a articles ,a question comes up,but I want to delay to get answer,so I mark it(coloring it or do something else by a chrome extension called PageEdit) then save this page.Problem is with more and more pages have been saved in my disk,I have to edit hyperlinks manually

configure jetty to listen to normal IP as well

2010-12-27 Thread Karel
Hello, I am trying to get jetty to listen to the public IP of my PC as well. Right now, I can only access my app through the following urls: http://localhost:/Linegame.html?gwt.codesvr=127.0.0.1:9997 http://127.0.0.1:/Linegame.html?gwt.codesvr=127.0.0.1:9997 But I would like to be able

Issues in handling Keyboard events in a custom Grid

2010-12-27 Thread SS
Hi All, I am facing tabing and keyboard events related issues in a custom grid created using composite in our application.To handle all the keyboard events we have a KeyDownHandler added to the focuspanel which wraps the grid.Another listener is attached at the field level .This field change

Re: Attach a ClickHandler to a CellTable row

2010-12-27 Thread Gal Dolber
You need to use a SingleSelectionModel. SingleSelectionModel mySelectionModel = new SingleSelectionModelMode(); table.setSelectionModel(mySelectionModel); mySelectionModel.addSelectionChangeHandler(mySelectionChangeHandler); On Mon, Dec 27, 2010 at 9:04 AM, Matias matiassu...@gmail.com

Re: configure jetty to listen to normal IP as well

2010-12-27 Thread David Chandler
Karel, You can pass the -bindAddress argument when you start hosted mode: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#What_options_can_be_passed_to_development_mode HTH, /dmc On Sat, Dec 25, 2010 at 8:34 PM, Karel karel.cromb...@gmail.com wrote: Hello, I

Re: Dropping support for ie6?

2010-12-27 Thread David Chandler
See also http://googlewebtoolkit.blogspot.com/2010/12/support-for-gwt-dev-mode-in-ie-9.html for a workaround to a dev mode issue in IE9 beta. /dmc On Mon, Dec 27, 2010 at 11:15 AM, Gal Dolber gal.dol...@gmail.com wrote: I don't know about dropping ie6, but Microsoft is really promoting ie9

Re: RequestFactory server-side inheritance

2010-12-27 Thread Matthew Hill
Probably just an error in your post, but you have DerivedClass extending BaseClass, right? class DerivedClass extends BaseClass { int field2; } -- 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: Maven repository for GWT 2.1.1

2010-12-27 Thread David Chandler
Use mvn clean compile gwt:compile to be sure you're doing all compilation. If you still get the compilation warning, try deleting browser cache. /dmc On Sun, Dec 26, 2010 at 8:59 AM, ailinykh ailin...@gmail.com wrote: I did, no difference. On Dec 26, 1:25 am, Mike Guo gsun...@gmail.com

Getting a CellTree to show a specific node

2010-12-27 Thread a...@mechnicality.com
Hi Could someone point me at an example of how to get a CellTree to open up to show and select a specific node? I have a multi-level tree where I want to be able to programmatically open the tree at a specific (leaf) node and select that node. I've found this:

Re: RequestFactory JSR303 Validation

2010-12-27 Thread Matthew Hill
Never mind, I've got it working now. I'd imported the JARs incorrectly. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-27 Thread David Chandler
I'm using the following set of dependencies with Hibernate validator successfully: dependency groupIdorg.slf4j/groupId artifactIdslf4j-api/artifactId version1.6.1/version /dependency

Re: Logging problem, please Help !

2010-12-27 Thread David Chandler
GWT uses standard java.util.logging, which lets you specify a custom formatter in logging.properties. Perhaps this will help: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_createformatter.html /dmc On Fri, Dec 24, 2010 at

Re: Maven repository for GWT 2.1.1

2010-12-27 Thread ailinykh
It helped. Thank you! Andrey On Dec 27, 10:51 am, David Chandler drfibona...@google.com wrote: Use mvn clean compile gwt:compile to be sure you're doing all compilation. If you still get the compilation warning, try deleting browser cache. /dmc -- You received this message because you

Re: Purposes of three JAR files

2010-12-27 Thread Thomas Broyer
On Sunday, December 26, 2010 1:07:13 AM UTC+1, David Pinn wrote: What purposes are served by each of the main GWT JAR files: gwt-user.jar, gwt-servlet.jar, and gwt-dev.jar? gwt-dev contains the DevMode and the Compiler (and everything related, such as the Generator and Linker classes).

Re: ClassNotFoundException: org.slf4j.LoggerFactory

2010-12-27 Thread branni
Thanks, but now I've got another problem: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 5 from client, got 6. ) and I don't know what the problem with my remoteservice...

Re: Java Mail API Error

2010-12-27 Thread Ahmed Shoeib
thanks Jason On Dec 27, 4:59 pm, Jason Essington jas...@greenrivercomputing.com wrote: You cannot send email from the client portion of a GWT application. You can only email from the server side portion. The errors indicate that you were trying to use javamail from the client portion. On

Re: RequestFactory don't play nice with guice?

2010-12-27 Thread Thomas Broyer
For information: - I use Guice's ServletModule to bind my RequestFactory servlet - to benefit from Guice in Service-s and Locator-s, I use a very simple ServiceLayerDecorator, that I inject into a RequestFactoryServlet subclass (so I can pass it to the super() constructor). The

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-27 Thread miller
I am having the same issue. Did you find a solution? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Editor Framework Questions

2010-12-27 Thread Thomas Broyer
On Saturday, December 25, 2010 12:54:51 AM UTC+1, Matthew Hill wrote: Hi. After reading thishttp://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html page, I'm still unclear as to what editors are and what they are for. - What are they for? Data binding (using flow

Re: Logging problem, please Help !

2010-12-27 Thread Mauro Bertapelle
First you need to supply a custom formatter. Look at com.google.gwt.logging.client.TextLogFormatter for a simple example or, this is an example of a formatter that format log message in a single line: public class CustomFormatter extends FormatterImpl { private boolean showStackTraces;

Re: Dropping support for ie6?

2010-12-27 Thread jay
Certainly *NOT*. There are those of us with customers who (for various reasons of their own) cannot at this time retire IE6. Luckily, those folks are few, but they still exist. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-27 Thread Rob Tanner
Yes I did. It's called read the release notes (or, as they say, RTFM :-) ). Buried within the document is a small notation that the hosted mode is renamed to development mode and that the old hosted mode browser is no longer a part of the toolkit. Click on the development mode tab and

Re: Dropping support for ie6?

2010-12-27 Thread Thomas Broyer
On Monday, December 27, 2010 8:24:50 PM UTC+1, jay wrote: Certainly *NOT*. There are those of us with customers who (for various reasons of their own) cannot at this time retire IE6. Luckily, those folks are few, but they still exist. And they generally are big corporate structures, who

Interacting with Google Docs (Client side)

2010-12-27 Thread amjibaly
What is the recommended approach to interacting with the Google Docs API? I want to be able to read/write to a Google Spreadsheet from client-side GWT, do I need to use JSNI to accomplish that? Thanks, Abdullah -- You received this message because you are subscribed to the Google Groups Google

handling session timeout - is there a central hook?

2010-12-27 Thread Magnus
Hi, I wondered why my application still worked, even when the session timed out on the server. It still worked, because the current user is also stored in my application and I never check this against the server's session data. However, I have a lot of services and each service has a lot of

Re: GWT 2.1.1 RequestFactory Persist method

2010-12-27 Thread giannisdag
Hi I am trying to use the service layer of GWT 2.1.1. I have created the infrastracture meaning: 1. An entity proxy, entity and entity locator 2. A request, a service and a service locator I am using an interface which I annotate as service, and which I implement. Everything works ok, except that

Re: GWT 2.1.1 RequestFactory Persist method

2010-12-27 Thread Thomas Broyer
On Tuesday, December 28, 2010 12:19:37 AM UTC+1, giannisdag wrote: Hi I am trying to use the service layer of GWT 2.1.1. I have created the infrastracture meaning: 1. An entity proxy, entity and entity locator 2. A request, a service and a service locator I am using an interface which

Re: Interacting with Google Docs (Client side)

2010-12-27 Thread Matthew Hill
If you can't find a wrapper library out there, then doing it yourself with JSNI is the way to go. -- 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-tool...@googlegroups.com. To unsubscribe from

Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread Matthew Hill
The following line of code throws the above error: RequestEmployeeProxy request = requestFactory.find(employee.stableId()) ; employee is just an EmployeeProxy instance. What's wrong? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread zixzigma
it might be that you need to get the employeeRequest first, before invoking find on it requestFactory.employeeRequest().find().fire -- 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: handling session timeout - is there a central hook?

2010-12-27 Thread Sergio Von Knorring
Hi you can use a Java filter in the server side to check if the session id Regards Enviado desde mi iPhone El 27-12-2010, a las 19:56, Magnus alpineblas...@googlemail.com escribió: Hi, I wondered why my application still worked, even when the session timed out on the server. It still

Re: Editor Framework Questions

2010-12-27 Thread Matthew Hill
Thanks. I'm finding the dynatablerf example as confusing as hell. * http://www.google.com/codesearch/p?hl=en#A1edwVHBClQ/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/PersonEditorWorkflow.javaq=DynaTableRf%20package:http://google-web-toolkit%5C.googlecode%5C.comd=8 * * * *What

Re: Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread Matthew Hill
I'm going to try using my own find method on employeeRequest, like you said. RequestEmployeeProxy request = requestFactory .employeeRequest().findEmployee(employee.getId()); Not quite sure what all of this stableId stuff is. Anyone care to explain? -- You received this message because you

image sprite in uibinder not working

2010-12-27 Thread asianCoolz
ui:image field='logo' src='logo.png'/ @sprite .logo { gwt-image: 'logo'; position: absolute; } div class='{style.logo}'/ div class='{style.logo}'/ when i run my app, i can see in firebug. image: url(data:image/

Annotation Processing for GWT using javax.annotation.processing. Alternatives, Compile tips ?

2010-12-27 Thread zixzigma
I have defined a custom annotation in my GWT app, and have annotated my classes with it. I would like to process it and generate some code, that rest of my app would depend on it. 1- do you think using this package: javax.annotation.processing is a good idea ? are there any alternatives ? how

Re: Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread zixzigma
is it enough to just declare the stableId property or we also need to provide implementation ? and one question about Version. does RequestFactory depend on version property ? who generates the version number ? is it the RequestFactory that does it? everytime a proxy changes value ? Subtypes

Re: image sprite in uibinder not working

2010-12-27 Thread Matthew Hill
No, that's the default behavior for all browsers which support data URIs. The sprite image method is used in IE 8 -- 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-tool...@googlegroups.com. To

Re: Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread Matthew Hill
Right. So from the overridden stableId method I return the unique ID which I'm using for my persistence? And then what happens when you call RequestFactory#Find? How does it 'find' the proxy? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Type mismatch: cannot convert from Requestcapture#1-of ? to RequestEmployeeProxy

2010-12-27 Thread Matthew Hill
I've got it now. I just need to add it to the interface. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Pager in Cell List Example

2010-12-27 Thread jaybose
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList In the example above, in the CwCellList.ui.xml, there's a row defined, referring to ShowMorePagerPanel's pager field - see below. I don't see that field defined in the ShowMorePagerPanel example source, and I don't understand how

Re: image sprite in uibinder not working

2010-12-27 Thread asianCoolz
@Matthew, thank for the update, arent sprite image (combine multiple images into 1) is faster if we need to reuse example div class='{style.logo}'/ div class='{style.logo}'/? no way to set in @sprite parameter to change to this? -- You received this message because you are subscribed to

Re: image sprite in uibinder not working

2010-12-27 Thread Matthew Hill
The base64 encoded string is only stored once within your compiled JS file - so reuse makes no difference. There is a way to force it to use sprites, but I've never used it and don't know how to do it. Maybe someone else knows. -- You received this message because you are subscribed to the

Filtering feature on cell table

2010-12-27 Thread newbee
Hi All, I have a requirement from the client to provide filtering feature on the data list. I am using cell table to show up the data and trying to add filtering feature to it. I tried to add the filters to the headers but currently we could add only one header to the table it seems.I also tried

Re: image sprite in uibinder not working

2010-12-27 Thread asianCoolz
yes, i agreed stored in base64 . but let say ur same js page is refresh each time, the page will need to re-read the encoded string from the server right? aren't using sprites is better, as it exist locally on user browsers cache and when reuse, just re-read from it? someone please advice on

Re: image sprite in uibinder not working

2010-12-27 Thread Matthew Hill
The string is stored in the permutation cache.html file which contains all of the javascript. This file is cached - so it isn't re-downloaded on every request from the same browser. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: image sprite in uibinder not working

2010-12-27 Thread Nirmal Patel
You can disable inline data urls by following: set-property name=ClientBundle.enableInlining value=false Even I havent used it personally; think inlining best serves nby saving a http request to get your image. Regards, Nirmal -- You received this message because you are subscribed to the

[gwt-contrib] Re: Comment on Editors in google-web-toolkit

2010-12-27 Thread codesite-noreply
Comment by bakanndy: Hi, In this example, can the EditPersonWorkflow be used as a UiField? I don't understand how the DynaTableRf use the PersonEditorWorkflow. Can you explain please? For more information: http://code.google.com/p/google-web-toolkit/wiki/Editors --

[gwt-contrib] Issue 5795: Editor framework does not descend into an OptionalFieldEditor's sub-editor (issue1249801)

2010-12-27 Thread t . broyer
Reviewers: bobv, Description: See the bug report and associated thread in GWT-Contrib for details. http://code.google.com/p/google-web-toolkit/issues/detail?id=5795 I verified that it didn't break any other test in the EditorSuite. Please review this at