Re: GWT Locale does work in address bar, does not work in meta

2011-12-01 Thread kim young ill
did you put it before . at least it didnt work for me if i put it after On Thu, Dec 1, 2011 at 5:13 PM, Jesse wrote: > Hi > > I have a gwt portlet with (for now) localization in English (default) > and Dutch. > > If I put ?locale=nl& in the address bar, I get nice Dutch texts. > However, if I p

Re: Is there any way I can add a Chart widget into cells in a celltable?

2011-12-01 Thread -sowdri-
Cells and widgets are 2 different ways to render info on the screen. While the former uses innerHtml, the later uses DOM level manipulations for rendering the data. There is a proposal to come up with cell backed widgets, I'm not sure about the implementation roadmap. refer: http://code.google

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-12-01 Thread bognekadje
Hi Thomas, I download and compare, there are same. After deleting files in my repository, i want re-download all artifact using mvn commands. I remark that downloading from maven central repository stop without reason. So i think it is problem concerning repository. Before to get my error, i think

Re: Activities and Places - Ant compilation

2011-12-01 Thread Karthik Reddy
*"Classes referenced from annotations have to be compiled for GWT to be able to process them from within generators (as is the case for @WithTokenizers on a PlaceHistoryMapper)."* See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/e0209e0e57e1152b -- Karthik Reddy htt

Re: Stuck in the StockWatch tutorial

2011-12-01 Thread -sowdri-
>> RootPanel.get("stockList").add(mainPanel); // From the javadoc public static RootPanel *get*(java.lang.String id) Gets the root panel associated with a given browser element. For this

Re: Activities and Places - Ant compilation

2011-12-01 Thread Ashton Thomas
My bad, I didn't read that part.. damn.. On Dec 1, 7:35 pm, Thomas Broyer wrote: > Well, if it compiles with the GPE, it's likely an issue with the Ant script, > right? > > It looks like the client-side classes haven't been compiled (javac) or that > the output from javac is not in the classpat

Stuck in the StockWatch tutorial

2011-12-01 Thread thronedoggie
Okay, I can keep retyping the same things over and over, or I can ask for help. (Actually, I'm doing both : ) I'm in the sample app tutorial - http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html - building the StockWatch web app. I'm using Indigo build id 20110615-0604. I

Is there any way I can add a Chart widget into cells in a celltable?

2011-12-01 Thread Jian Lu
Basically I have a chart widget created as documented here: http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationGettingStarted The problem is I need to add this chart into my CellTable, and CellTable doesn't take Widgets. Is there anyway I can achieve that? Thank

Re: transfer Objects between GWT and EJB

2011-12-01 Thread German Castellar
Hello, I found for me a very good webpage that help me a lot with please refer to the following link: http://jamies-gwt.blogspot.com/2010/03/walkthrough-integrating-gwt-with-jboss.html Please if this help you let me know. Remember you have to create a proxy like the one specified in the followi

GWT Locale does work in address bar, does not work in meta

2011-12-01 Thread Jesse
Hi I have a gwt portlet with (for now) localization in English (default) and Dutch. If I put ?locale=nl& in the address bar, I get nice Dutch texts. However, if I put in the head of my html file, without any reference to locale in the address bar, I get the English texts. When I look into the re

Re: transfer Objects between GWT and EJB

2011-12-01 Thread Mark
I dont know that you can do that directly. The best way I know of is to create a pojo to represent the entity on the gwt side and then translate back and forth between them. On Dec 1, 5:01 pm, ph09 wrote: > Hello, > > I have got a question because of the architectur of my project. > At the one s

Re: Activities and Places - Ant compilation

2011-12-01 Thread Thomas Broyer
Well, if it compiles with the GPE, it's likely an issue with the Ant script, right? It looks like the client-side classes haven't been compiled (javac) or that the output from javac is not in the classpath for the GWT compiler. -- You received this message because you are subscribed to the Goo

Re: Ideal development platform for GWT/GAE?

2011-12-01 Thread Ashton Thomas
I moved from Ubuntu to MacBook to a very recent MacBookPro. A good processor and a bit of memory for dev mode really helps. My new machine is a beast which makes me smile to run in dev and compile my GWT app. 2.5i7quad/SSD/8gbMem. Dev mode screams on this thing. And it compiles the app for prod

transfer Objects between GWT and EJB

2011-12-01 Thread ph09
Hello, I have got a question because of the architectur of my project. At the one side there is a GWT Package with the Client Side and also a Servlet to communicate with an EJB Project. On the other Side there is a EJB Project with Session Beans and Entities which schould be stored in a database a

GWT 2.4 crashes in dev mode on IE 9.0.8112.

2011-12-01 Thread nemo
Anyone know of a workaround? This problem was first described almost a year ago in: http://googlewebtoolkit.blogspot.com/2010/12/support-for-gwt-dev-mode-in-ie-9.html It was supposedly fixed in GWT 2.3, but it still crashes in 2.4 on IE 9. -- You received this message because you are subscribed

History change event fired in Chrome for no reason :(

2011-12-01 Thread Ed
Hi, History works weird in Chrome and I can't debug it as I get lost in hosted mode code but I can reproduce the error in web mode in Chrome and not in FF. It works fine in FF. Situation: I have a display that shows a form in show and edit mode with respectively history marker h1 and h2. When goin

Re: Activities and Places - Ant compilation

2011-12-01 Thread Ashton Thomas
I think the problem is in your application code and not an issue with a flag or adding anything to the classpath. Can you include your Mapper and Place(s) files? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on

Re: Ideal development platform for GWT/GAE?

2011-12-01 Thread Tomi B.
Hey Mark, >From anecdotal evidence Ubuntu has been the fastest with our code base. We've got developers on Windows 7, OSX, and some on Ubuntu. There has been a striking difference in compile times on the Ubuntu machines on comparable hardware (much faster). Personally, I'm on Win 7 64-bit. On t

Activities and Places - Ant compilation

2011-12-01 Thread Jeanpylone
Hi there! Is there some special flag/classpath to add when a GWT project using Activities and Places is compiled with Ant? While it is compiling successfully with the GPE compilation, it fails under Ant with a stacktrace like this: [java] Compiling module test.MainModule [java]Re

GWT Canvas ImageData requires multiple reads to get value

2011-12-01 Thread Maiku
I am wondering if anyone else has encountered this and if so is it a bug or simply a misunderstanding on my part of how Canvas's ImageData works. I am trying to implement a simple hit detection on my canvas where each graphic in a list is drawn in a solid colour representing its index in the list.

Re: How can I trap for a 404 in my GWTTestCase?

2011-12-01 Thread laredotornado
Thanks, the trouble I'd have is that the FormPanel exists within my Composite component final ProductDetailsView productDetailsView = new ProductDetailsView(); which is client code. That is, I can't put JUnit directives in there. Does that make sense? The form panel within there already has a

Re: GWT in Google Products

2011-12-01 Thread anatoly techtonik
Thanks! That's a pretty extensive list, with Angry Birds Chrome coming as a big surprise. =) -- 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/-/DH

Re: GWT in Google Products

2011-12-01 Thread Thomas Broyer
Oh, I forgot: 9. Gerrit , the codereview tool used by Android 10. SpeedTracer 11. Angry Birds Chrome (not technically a Google product, but Google took a great role in

Re: GWT in Google Products

2011-12-01 Thread Thomas Broyer
4. http://www.google.com/flights 5. http://www.google.com/hotelfinder 6. http://www.google.com/moderator/ 7. the "follow" popup in Google Buzz (discontinued) 8. the Google Checkout Store Gadget (used on the

Re: How can I trap for a 404 in my GWTTestCase?

2011-12-01 Thread Thomas Broyer
Just like you're "waiting" for getNode to get back, but here using events: add a FormPanel.SubmitCompleteHandler to your FormPanel and only call finishTest from there. The handler will be called when the server responds to the form submission, so either it works and you can have asserts and the

Re: Troubles getting DataGrid to show

2011-12-01 Thread Juan Pablo Gardella
Try make a sample (without third dependencies) to reproduce the error and share it. 2011/12/1 koma > Thx Juan > > I made sure now that from the outermost container upto my DataGrid, > everything is using layoutpanel like this : > > > @def coloricons #33; > @def hovercolor orange; > body,ht

Re: Troubles getting DataGrid to show

2011-12-01 Thread koma
screenshot -- 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/m

Re: Troubles getting DataGrid to show

2011-12-01 Thread koma
Thx Juan I made sure now that from the outermost container upto my DataGrid, everything is using layoutpanel like this : @def coloricons #33; @def hovercolor orange; body,html { padding: 0; border: 0; margin: 0; font-family: 'Droid Sans', sans-serif; color: coloricons; } #parent { position

Re: GWT in Google Products

2011-12-01 Thread anatoly techtonik
I couldn't find any immediately useful results in this group, so I thought that it will be more helpful if people could just reply with their findings and refer to this thread or +1 it in future. So far, we have: 1. Google Wave (discontinued) 2. AdWords 3. Google Groups Anything else? -- You

Re: How can I trap for a 404 in my GWTTestCase?

2011-12-01 Thread laredotornado
Hi, I know, I'm not waiting for result of submitting the form. How would I change or add to saveButton.click(); that submits the form, that would wait for the FormPanel.SubmitCompleteEvent? Thanks, - Dave On Dec 1, 2:54 am, Thomas Broyer wrote: > You can't. Or rather, you only have access to

Re: Troubles getting DataGrid to show

2011-12-01 Thread Juan Pablo Gardella
Hi, See http://stackoverflow.com/questions/7874168/solved-gwt-datagrid-automatic-height . You need in DOM tree, in some point, a fixed region that is the parent of the DataGrid, or attach to html body element the RootLayoutPanel. I had a problem recently, check T.Broyer suggestion at this thread<

Troubles getting DataGrid to show

2011-12-01 Thread koma
Hi, I have a TabLayoutPanel and in the second tab, I would like to display a DataGrid (the scrollable, fixed header version of CellTable). I have been reading here a bit about the requirement to put it in a LayoutPanel so I tried (among other things) this : actions actions history

Re: How to implement admin features/sections in app

2011-12-01 Thread Drew Spencer
Hey everyone, and thanks again for the help. You have all given me lots of advice on security, which is something I don't have much experience on, so it's greatly appreciated. I am securing my server-side calls at the moment, and decided that as there will be only one or two admin users, it was

Re: GWT in Google Products

2011-12-01 Thread Jens
Search this Group. There are already some posts about it. The new Google Groups interface for example is written in GWT and there are plenty of other public Google projects written in GWT. Also there seems to be a lot of internal Google projects based on GWT. -- You received this message beca

Re: Issue with Custom exception in Production mode

2011-12-01 Thread Jens
Take a look at your server log if there are some warnings or even exceptions regarding serialization problems. A 500 error can be anything, so you have to find the reason in your server logs. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

GWT -system propery class Available

2011-12-01 Thread Devibalan Mahadevan
Hi, Is there system property class available in GWT 2.0 to get the client machine user Name or ID Thanks, Devibalan.M -- 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@googlegrou

Import ArrayList to Grid

2011-12-01 Thread Sameer Doda
Hi I am having trouble importing an array list to a grid panel. The issue is that the list gets imported but the elements are displayed in a single row. Example: [one, two, three, four] I want the data to be in different rows. I create the grid using a list store and column model. Any help will be

GWT in Google Products

2011-12-01 Thread anatoly techtonik
I expected this to be found in FAQ, but couldn't. What Google products (except Wave and AdWords ) use GWT? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the we

Re: Deferred binding, how to see generated java source code?

2011-12-01 Thread ksurakka
Thank's Juan, there is -gen compiler option that will do the job. Best regards Kari Surakka On 25 loka, 20:36, Juan Pablo Gardella wrote: > I think you can use gen parameter in gwt > compiler > > 2011/10/25 ksurakka > >

Issue with Custom exception in Production mode

2011-12-01 Thread Nagin Kothari
I have defined custom exception extending from Exception class. On server I throws this custom exception with some message. My RPC call also has this exception as part of service call signature. In development mode when I show this message in "onFailaure()" method of RPC call on client, I see pr

Re: How can I trap for a 404 in my GWTTestCase?

2011-12-01 Thread Thomas Broyer
You can't. Or rather, you only have access to the response page's body, so if you can identify a 404 from that, you're done. BTW, your test actually isn't even seeing the 404, because you finishTest() just after you saveButton.click(), so the form is submitted (actually probably just after the

Re: How to read properties at runtime

2011-12-01 Thread Thomas Broyer
See http://code.google.com/webtoolkit/doc/latest/DevGuideI18n.html#DevGuideDynamicStringInternationalization and http://code.google.com/webtoolkit/articles/dynamic_host_page.html for more info. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

Re: How to handle Browser History using UiBinder ?

2011-12-01 Thread saida dhanavath
Hi, If you follow MVP or not is not a big matter here, I suggest you to use GWT's Activities and Places framework built only for history management needs. As Thomas said, UIBinder is nothing to do with history management. If you which widget container needs to be bookmarked, You can write Place

Re: MySql Connection Problem

2011-12-01 Thread Ahmet Dakoglu
I had the same problem and find out that if you use GAE in your project this error occurs so it is not related with your url format. http://stackoverflow.com/questions/6773186/java-sql-sqlexception-url-is-not-in-the-correct-format On Wed, Nov 30, 2011 at 4:01 PM, mpp4manu wrote: > I am new to G