Re: GWT 2.1.1 Release Candidate now available

2010-12-11 Thread zixzigma
Do you know where I can find JavaDocs for the new features ? in particular I am looking for Autobean JavaDoc. -- 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: GWT 2.1.1 Release Candidate now available

2010-12-11 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/index.html?com/google/gwt/editor/client/AutoBean.html On Dec 11, 12:11 am, zixzigma zixzi...@gmail.com wrote: Do you know where I can find JavaDocs for the new features ? in particular I am looking for Autobean JavaDoc. -- You received

Re: Calling Server Side code on Client Side

2010-12-11 Thread Tarun
Hi David, I tried that but it seems GWT doesn't allow the inclusion of any kind of server code in the shared package. I tried to put the Persistent Classes in the shared folder but it still doesn't work. This doesn't seem to be fair, how can one make AJAX applications without calling the server

Question for GWT users who use Maven

2010-12-11 Thread PeteUK
Hi there, I've started my GWT project. It's Maven-based in Eclipse. The problem is when I run or debug my program as a Web Application (the launch configuration with a blue circle with a lowercase 'g' on it for Google) any items that I've just changed in directory webapp (e.g. web.xml) are not

Re: Http Headers

2010-12-11 Thread PeteUK
On Dec 10, 8:54 pm, AP arunp...@gmail.com wrote: I have just started on the GWT 2.1 application. We have a single sign on done by a tool that passes the credentials in the HTTPHeader. Based on the credentials, different users need to be directed to different landing pages. How can I get a

Re: Question for GWT users who use Maven

2010-12-11 Thread Thomas Broyer
Have you read the FAQ about the Google Plugin for Eclipse use with Maven? http://code.google.com/eclipse/docs/faq.html#gwt_with_maven Some people are using mvn jetty:run instead of the suggested WTP or run 'mvn -Dgwt.compiler.skip=true package' whenever you change a dependency. We've been using

unable to run the app in local

2010-12-11 Thread Vik
Hie While trying to run my app in local eclipse the popup comes up plugin fails to connect at hosted mode 127.1.0.0. and in the console i see [ERROR] Invalid version number 2.0 passed to external.gwtOnLoad(), expected 2.1; your hosted mode bootstrap file may be out of date; if you are using

Unable to compile JSP issue in gwt 2.1

2010-12-11 Thread Vik
Hie While running a page in my local i am getting following issue. Please advise we are blocked because of it, An error occurred at line: -1 in the generated java file [javac]

Re: Unable to compile JSP issue in gwt 2.1

2010-12-11 Thread Jaroslav Z?ruba
This is a GAE issue, it's been discussed here: https://groups.google.com/forum/#topic/google-appengine-java/3Rf0FQlQN0w It also seems to affecting only the development server. Moving AppEngine and GWT to the top in Order and Export fixed the issue for me. (Project - properties - Java Build

should be version control module contents in gwt

2010-12-11 Thread Vik
Hie Got a question. We use svn to source control our gwt gae based app. In war directory folders are generated with the names as modules names used with lot of css, image and other sort of files. Should we ignore them while version controlling or include? Thankx and Regards Vik Founder

Re: unable to run the app in local

2010-12-11 Thread Thomas Broyer
Have you cleaned your browser cache too? -- 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: should be version control module contents in gwt

2010-12-11 Thread Thomas Broyer
You should add them to svn:ignore. -- 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

Real Time Update of Cell Browser

2010-12-11 Thread Noor
Does someone know how to update a cell browser view on the spot. I am trying refresh and flush but it is not working. I am having to remove the cell browser from the widget and then place it again. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Casting JavaScriptObject with GWT 2.1

2010-12-11 Thread julio
Gaurav pls post useful answers not crap, or give me correct links at least to explain the problem. I don't get ur humorism and BTW i don't get any compile errors or runtime errors Maybe I didn't explain properly the problem The bean-type i get from JSONP Request builder is BeanData extends

7rczezj

2010-12-11 Thread Artem Borodin
http://zrnqz.tablethotelscapsules.net/ -- 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: Real Time Update of Cell Browser

2010-12-11 Thread Noor
For e.g. If I have a leaf and wants now to add a node to leaf and make it a parent. When I add the children to the leaf (say leaf A), I need to click on another item of the cell browser and then after clicking on the other item, then when I click on leaf A which is now a parent it is only then

Re: Real Time Update of Cell Browser

2010-12-11 Thread Noor
I made an error above Therefore the problem I am getting it that whenever I add a children to a leaf to make it a parent, I DOES NOT see the change on the spot. I need to click on another item and then return back to see the change -- You received this message because you are subscribed to the

Re: Calling Server Side code on Client Side

2010-12-11 Thread nacho
Hi Taurun. You can use in your client code classes that you are using in the server. For example, your model classes. But, you can't use in those classes any class that you don't have the source. Suposse that you have a model class: User.class, in this class, all the code must be translatable

Re: Assertion Error when adding an element to the root panel

2010-12-11 Thread Jan
So the problem is, because i try to access my div drivenWayContent, which is subelement of my div drivenWay? But how else can i get access for all the div's which are not on the top level of the structure? On 10 Dez., 20:24, Thomas Broyer t.bro...@gmail.com wrote: It happens because you try to

Re: Aspect Oriented Programming: AOP for GWT

2010-12-11 Thread David Sowerby
Hi Not personnally but the Spring Roo tool generates GWT code making heavy use of ITDs http://www.springsource.org/roo On Dec 10, 10:05 pm, zixzigma zixzi...@gmail.com wrote: is anyone familiar with a serious AOP framework for GWT ? -- You received this message because you are subscribed to

About rpcService instance creation in tutorial code

2010-12-11 Thread UseTheFork
Hi, I am new to GWT and I am trying to understand something not obvious (to me) in Tutorial-Contacts1 code. The Contacts.onModuleLoad() creates a rpcService instance as folllowing: ContactsServiceAsync rpcService = GWT.create(ContactsService.class); The ContactsServiceAsync and

Re: Autobean frozen problem when reusing editors

2010-12-11 Thread tshalif
So, my case of 'AutoBean has been frozen' is simply the default mode of entities returned. One must call request.edit(lesson) before using it. Also, when I tried to re-use (i.e. call request.edit()) with the request on which I called the initial request.fineEntity() I got an error, so I had to

Re: RequestFactory - how to fetch object graph

2010-12-11 Thread tshalif
I wonder either there is a better way to tell RequestFactory to recursively populate my object graph - I feel a bit silly using this: PojoShamRequest request = PojoShamRequestFactory.Util.get().pojoShamRequest(); request.findPojoSham(777L).with(

Multiple Activity Mappers and Gin

2010-12-11 Thread sheamus
Hi, I was able to get Activities working with Gin using the post found here http://wanderingcanadian.posterous.com/hello-mvp-with-gin I was able to get this working with one ActivityManager and also got RequestFactory working using: @Provides @Singleton public FestivalRequestFactory

Re: About rpcService instance creation in tutorial code

2010-12-11 Thread Thomas Broyer
On Saturday, December 11, 2010 4:02:15 PM UTC+1, UseTheFork wrote:Hi, I am new to GWT and I am trying to understand something not obvious (to me) in Tutorial-Contacts1 code. The Contacts.onModuleLoad() creates a rpcService instance as folllowing: ContactsServiceAsync rpcService =

Re: Casting JavaScriptObject with GWT 2.1

2010-12-11 Thread skrat
Julio, I think your last response was a bit aggresive. Watch it. As of your problem with overlay types, what you describe should work flawlessly, and it does, I'm using JavaScriptObject daily in my GWT projects, and never seen such behavior. Please try something like $wnd.console.log(this) in your

Re: Multiple Activity Mappers and Gin

2010-12-11 Thread skrat
I think you're looking for annotated bindings: http://stackoverflow.com/questions/1221920/getting-multiple-guice-singletons-of-the-same-type I guess toInstance() doesn't work in GWT, but you can still use regular to() -- You received this message because you are subscribed to the Google

Re: Http Headers

2010-12-11 Thread skrat
There is already support for HTTP headers in XHR in GWT, it's the method I posted. And it works with all major browsers. The problem I guess is that you probably have issues with using RequestBuilder class from your Spring Roo app. -- You received this message because you are subscribed to the

Re: Casting JavaScriptObject with GWT 2.1

2010-12-11 Thread julio
Sorry if I sound aggresive but this thing is taking the whole day and more :) yes, i'm debugging and i hope to get something soon Thanks, Julio On 11 Dic, 17:39, skrat dusan.malia...@gmail.com wrote: Julio, I think your last response was a bit aggresive. Watch it. As of your problem with

Re: Http Headers

2010-12-11 Thread PeteUK
On Saturday, December 11, 2010 5:47:09 PM UTC, skrat wrote:There is already support for HTTP headers in XHR in GWT, it's the method I posted. And it works with all major browsers. The problem I guess is that you probably have issues with using RequestBuilder class from your Spring Roo app. I

Re: Autobean frozen problem when reusing editors

2010-12-11 Thread Tobias
Unfortunately I still have the problem with ListEditor's flushing behaviour, regardless of using a fresh Request, Driver, etc. I currently have to use a newly instantiated editor, which is probably not how it's supposed to work. I can't fill a ListEditor with a new value once the old has been

Re: Question for GWT users who use Maven

2010-12-11 Thread PeteUK
Thomas, I did stumble upon the FAQ a long time ago and forgot about it (when you're a newbie and trying to figure out what's what, you get thrown down many tangents) so thanks for that. I was wanting to use the built-in server with the Web Application launch configuration. From what I gather from

Re: Question for GWT users who use Maven

2010-12-11 Thread PeteUK
WTP (with Jetty WTP) which speeds snip When you say Jetty WTP, do you mean you see Jetty under the Servers folder in Eclipse's Project Explorer? Is Jetty actually installed separate to Eclipse, and then linked to within Eclipse via a plugin? Thanks, Pete -- You received this message because

themes with ImageBundle ??

2010-12-11 Thread jhollerer
I want to enlarge our project with themes - and i cant find a suiteable way with ImageBundles - can someone point me a way to achive the following (if i missed it): - Images and CSS theme depending - Switching within Runtime - Possible to add to the main part by adding independant .jar's thanks

Re: Fire an event after login dialog

2010-12-11 Thread jhollerer
at a project having mainly having the same issue - i used spring security to protect the .rpc call that helped to bring up the spring login dialog (login form). When the login to spring security worked - the rpc was initiated. For details see the SpringSecurity website (there are examples also)

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-11 Thread Chris Conroy
The development mode logs go into a separate tab titled 'Development Mode'. Window-Show View-Other-Google-Development Mode On Fri, Dec 10, 2010 at 6:32 PM, Rob Tanner caspersg...@gmail.com wrote: Hi, I was running GWT 1.7.1 with the Eclipse toolkit (version 3.5 for Galileo) and upgraded to

using new 2.1.1rc RequestFactory AutoBean in RESTful Architecture

2010-12-11 Thread zixzigma
is it possible to use 2.1.1 RequestFactory/AutoBean to convert POJO to JSON and viceversa when interacting with a RESTful Web Service ? the common practice with GWT client-server communication is to have packages: client, shared, server, configuring web.xml however, in-order to be truly loosely

Re: Http Headers

2010-12-11 Thread AP
We are not using Spring Roo. The problem is as follows 1. User provides credentails to login to a portal. 2. An existing portal verifies the credentials. Reads LDAP and grabs more information about the user. 3. This info is added to the Http header and the http request is to be forwarded to the

Re: Http Headers

2010-12-11 Thread PeteUK
On Saturday, December 11, 2010 11:51:28 PM UTC, AP wrote:We are not using Spring Roo. The problem is as follows 1. User provides credentails to login to a portal. 2. An existing portal verifies the credentials. Reads LDAP and grabs more information about the user. 3. This info is added to the

Re: Http Headers

2010-12-11 Thread cri
Pete, I am on the same team as poster. The situation we refer to is the latter of the two you mention, i.e. based on the users permissions, we will present one of several GWT views/screens. If we can't do this by accessing HTTP request headers (it seems strange that there isn't a way to do this),

Re: Http Headers

2010-12-11 Thread PeteUK
On Sunday, December 12, 2010 12:37:56 AM UTC, cri wrote:Pete, I am on the same team as poster. The situation we refer to is the latter of the two you mention, i.e. based on the users permissions, we will present one of several GWT views/screens. If we can't do this by accessing HTTP request

Re: Http Headers

2010-12-11 Thread PeteUK
s/without hidden/with hidden -- 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: GWT RichTextArea Transparent Background in IE issue

2010-12-11 Thread Karthikeyan Radhakrishna
I was able to set the RTF iframe allowtransparency attribute to true using the below DOM code, but stuck with how to set the iframe's body bgcolor to transparent, we can do that then as per IE we should get transparency for that iframe. Any ideas? DOM.setElementAttribute(rtf.getElement(),

GWT Cannot change Richtextarea's Background color in IE??

2010-12-11 Thread Karthikeyan Radhakrishna
I'm trying to change the background color of RichtextArea in IE, but it always stays WHITE. -- 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

model with composite key

2010-12-11 Thread Rene Vielma
Hello. I created a small model with spring roo, using composite key, without problem. like - https://jira.springsource.org/browse/ROO-505 but when I generate gwt scaffold, this has problem, because does not exist the entiyproxy of composite key class. My question is, which is better way to create

Re: model with composite key

2010-12-11 Thread Thomas Broyer
GWT 2.1.1 (RC1) should support composite keys, contrary to 2.1.0. You'd model your composite key as a ValueProxy on the client-side. -- 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: Question for GWT users who use Maven

2010-12-11 Thread Thomas Broyer
On Saturday, December 11, 2010 7:42:17 PM UTC+1, PeteUK wrote:Thomas, I did stumble upon the FAQ a long time ago and forgot about it (when you're a newbie and trying to figure out what's what, you get thrown down many tangents) so thanks for that. I was wanting to use the built-in server with the

Re: Question for GWT users who use Maven

2010-12-11 Thread Thomas Broyer
On Saturday, December 11, 2010 7:57:40 PM UTC+1, PeteUK wrote: WTP (with Jetty WTP) which speeds snip When you say Jetty WTP, do you mean you see Jetty under the Servers folder in Eclipse's Project Explorer? Is Jetty actually installed separate to Eclipse, and then linked to within Eclipse via a

FlowPanel - how to minimize its size?

2010-12-11 Thread Magnus
Hi, my FlowPanel contains just a few buttons, but it receives 90% of the available width. How can I make it so small, that it just contains the buttons, but nothing more? Magnus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Autobean frozen problem when reusing editors

2010-12-11 Thread Nick Hebner
I am also having this issue. Seems like a bug to me as it is not possible to successfully call setValue() on a ListEditor once the edited object has been frozen. It appears that this issue stems from AbstractEditorDelegate.Chain.detach() trying to flush after the editor is detached. I don't know

A saga of code splitting mid-day deployments

2010-12-11 Thread Ben Imp
Good day to everyone. I am the proud owner/developer/code money responsible for a fairly new GWT application at my workplace. Overall, the response to the application has been quite good and it has been a pleasant change from the (now legacy) JSP development I still have to do. Today, however,

Custom resource generator not compiling after upgraded to 2.1

2010-12-11 Thread hao1300
I have a custom resource that looks like this: package foo.resources.client; ... @ResourceGeneratorType(MyResourceGenerator.class) public interface MyResource extends ResourcePrototype { ... } and a custom resource generator that looks like this: package foo.resources.rg; ... public final

Re: Expenses sample does not build

2010-12-11 Thread nalfdog
Hi David I tried your steps above but keep getting this error messageany help appreciated C:\App\GWT\gwt-2.1.1-rc1\samples\Expenses\src\main\webappmvn -e - f ../../../pom.xml clean gwt:run + Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] Profile with id:

Re: Expenses sample does not build

2010-12-11 Thread nalfdog
Hi David, I tried your steps but ran into this issue 1. Download GWT SDK 2.1.1-rc1 as per the message on the list today. 2. Change samples/expenses/pom.xml to point to gwt.version 2.1.1-rc1 3. In samples/expenses dir, type cd src/main/webapp; mvn -f ../../../ pom.xml clean gwt:run Are there

ValueListBox not focusable

2010-12-11 Thread Jakob Mar
Hi, I can't see that ValueListBox implements Focusable. Dose anybody know a workaround to focus the ValueListBox? Thanks Jakob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

possible bug - CellList removal of selected item

2010-12-11 Thread Cullen
Scenario: I have a CellList in a Composite class and populating the list with the RequestFactory/JPA by using setRowData(0,list). When an item is selected in the list through the UI using the SingleSelectionModel followed by the deletion of the selected item from the database and a setRowData(..)

Using external Jar in GWT project

2010-12-11 Thread Çağdaş
Hi all; I'm new in GWT and i'm trying to use jena that is a semantic framework. I added jena to libraries and also added to WEB-INF/lib. But i can't use jena's features in project. It says com.hp.hpl.jena.ontology.OntModel can not be found in source packages. Check the inheritance chain from

How to organize a multipage website?

2010-12-11 Thread natas
Hi, I'm pretty new to GWT and while experimenting with it I've come up with some doubts: I want to create a website that has a stackPanel on the left and that shows the content on the right. I want this content to be dynamic, depending on which menu gets selected from the stackPanel. From what I

Re: Question for GWT users who use Maven

2010-12-11 Thread ol...@apache.org
Salut, Perso, I only use mvn cli. So try gwt:run and set the mojo option copyWebapp [1] to true in your pom (or with cli -Dgwt.copyWebapp=true). (IMHO should help within m2e) NOTE the Since: 2.1.0-1 so you have to use the last available version. If you want debug within an ide use gwt:debug (and

Re: Using external Jar in GWT project

2010-12-11 Thread Didier Durand
Hi, The error message says it all: GWT transcodes Java to Javascript. So, instead of adding jar in classpath, you have to add the source of the library to your own source in order to have it transcoded by the GWT compiler. Warning though: GWT compiler has a limited support of Java Runtime. See

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

2010-12-11 Thread codesite-noreply
Comment by dominik.mayer: There are no exceptions thrown if the Proxy uses boolean and the Entity Boolean. It just doesn't work. I found the error by switching back to 2.1.0 which does throw the exceptions. For more information:

[gwt-contrib] Re: TypeOracle becomes interfaces (issue1113801)

2010-12-11 Thread alexander . mitin
r9400 still doesn't work against pre-compiled third-party libraries, for example, GXT (ExtGWT). The error is: java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected at

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

2010-12-11 Thread codesite-noreply
Comment by autobeanvonautobahn: is it possible to use 2.1.1 RequestFactory/AutoBean to convert POJO to JSON and viceversa when interacting with a RESTful Web Service ? the common practice with GWT client-server communication is to have packages: client, shared, server, configuring web.xml

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

2010-12-11 Thread codesite-noreply
Comment by autobeanvonautobahn: could you please provide a very basic HelloAutoBean sample in the trunk ? I have been struggling putting code fragments in this wiki together, but still couldn't get a basic sample to work. For more information:

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

2010-12-11 Thread codesite-noreply
Comment by autobeanvonautobahn: from the server side of things, how does AutoBean relate to Jackson JSON processor ? For more information: http://code.google.com/p/google-web-toolkit/wiki/AutoBean -- http://groups.google.com/group/Google-Web-Toolkit-Contributors