Re: help on a servlet issue

2009-07-25 Thread Simon
How are you associating the servlet with your module? I think that is the part I am confused. If I have two modules, how do I specify the association of the servlet and the module? it seems my servlet can only be used on the default module created by eclipse plugin Thanks On Jul 24, 5:40 am,

Re: File upload trouble form Flex application to GWT server(hosted mode)

2009-07-25 Thread Katigaki
I should tell my environment. Below is my environment. Mac OS X 10.5.7 Safari 4.0.2 GWT 1.7.0 JVM 1.5.0 Adobe Flex Builder 3.0 Flex 3.2 Flash Player 9.0.124 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Not able to use 2 different sessions of different users

2009-07-25 Thread Juraj Vitko
a) start your FF with -P and create different profiles, then start it with -P --no-remote and pick a profile - profiles don't share session cookies. (PITA, only FF) b) use virtualization and run one FF and one IE8 in each instance (requires RAM) c) bake your own session cookies - when your app

Re: GWT code not running using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

2009-07-25 Thread Juraj Vitko
http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html GWT 1.7 adds explicit support for Internet Explorer 8, Firefox 3.5, ... On Jul 24, 12:46 pm, Rick rick4...@gmail.com wrote: Hi all I am building my application using GWT 1.6. Today I moved on Firefox/ 3.5.1. and to my wonder,

Re: JPA with GWT

2009-07-25 Thread maku
Hi, this topic is discussed intensively in the past. From my point of view it is not worth to use an approach like gilead (especially when I would start a new project) and principally in a larger project. (We use gilead but our goal is it to go back to a simple DTO approach step by step) I

Re: FormPanel submit() displays popup

2009-07-25 Thread Scott
I noticed this issue only appears in a Google hosted mode web browser. If I deploy the application to an separate Jetty server and view it via Firefox, then the application does not load in a popup on form submit. Does anyone know what fix I need so that submitting a form does not spawn a

Re: JPA with GWT

2009-07-25 Thread bruno
There is an official GWT article about that : http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html Regards Bruno On 25 juil, 11:38, maku martin.k...@gmx.at wrote: Hi, this topic is discussed intensively in the past. From my point of view it is not worth to use

Re: GWT1.6.4 + gwt2swf + IE7 problem

2009-07-25 Thread priya
If anyone used this functionality then please help me out. On Jul 25, 10:58 am, priya joshipriya...@gmail.com wrote: Hi all, I am using gwt2swf jar for Flash Tag cloud widget. I am passing history token in my url of each tag. So, on click of each tag it goes to the onHistoryChanged() method

Re: GWT1.6.4 + gwt2swf + IE7 problem

2009-07-25 Thread vijayabaskar B
no idea.. On Sat, Jul 25, 2009 at 4:58 AM, priya joshipriya...@gmail.com wrote: If anyone used this functionality then please help me out. On Jul 25, 10:58 am, priya joshipriya...@gmail.com wrote: Hi all, I am using gwt2swf jar for Flash Tag cloud widget. I am passing history token

Re: JPA with GWT

2009-07-25 Thread mars1412
tx 4 the link a great impartial article, that everyone who considers to use GWT and Hibernate should read On Jul 25, 11:57 am, bruno bruno.marches...@gmail.com wrote: There is an official GWT article about that :http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hib...

CSS Style Differences Across Browsers- Padding Sizing and Alignment - How do I Adjust?

2009-07-25 Thread Joseph M
I can style quite nicely in hosted mode. I am attempting to add Panels and Grids of specific dimensions and colors - with those panels on the edges set to always strech to the edge of the browser window but not exceed and cause the browser to add scross bars. I have tried a variety of methods

Re: Project setup that allows working with both hosted mode and web mode side by side?

2009-07-25 Thread rintcius
Hi Jon and Juraj, Thanks for your suggestions. @Jon I am using eclipse and jetty. Can you also use the front end in web mode apart from hosted mode? I am getting the same exception when I try with the -noserver option. The reason I would like web mode is because of Firebug so I can see what's

Chrome+gwt - how is it special. (does HTML get bypassed)

2009-07-25 Thread hari sujathan
in normal web browser the sequence for rendering any web framework: GWT -- HTML -- rendering UI in case of chrome is it?: GWT -- rendeing UI. (which means GWT could become a spec just like HTML is a spec?) -Hari Sujathan --~--~-~--~~~---~--~~ You received

Query by User??

2009-07-25 Thread jeffdonthemic
I'm persisting an entity to Bigtable with the member user of type com.google.appengine.api.users.User. Essentially, I'm adding multiple entities for a specific user to the table and then later on trying to find all entries that a specific user entered to display in a list. I'm having a problem

Re: Problems with hosted mode

2009-07-25 Thread Pavel Byles
I figured out the problem: Just after I synced w/ my repo I had put the nocache.js script tag in my body, which doesn't seem to load in hosted mode. But works just fine in Firefox. Putting it back in the head makes it work again. --~--~-~--~~~---~--~~ You received

Re: ListBox Problem - Show only after mouse over

2009-07-25 Thread GDMS
Hi, I resolve the problem. This happens when I call a method that calls a RPC service, and following this call i try to show a panel, something happens in IE. It seems to me this happens because some interruption occurs when the rpc call return. I simply modify the order of the method calls.

add Handler to existing HTML element

2009-07-25 Thread Tobe
Hi, isn't it possible to add a Handler to an existing HTML element on a HTML page. When I want to get the element and add the Handler I get the error: [ERROR] Line xx: The method addClickHandler(new ClickHandler(){}) is undefined for the type RootPanel

Re: add Handler to existing HTML element

2009-07-25 Thread Tobe
I also have the problem that I can't make an element on a HTML page invisible. Is it possible to convert HTML elements to Java Objects? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

GlassPanel for gwt 2.0?

2009-07-25 Thread tfreitas
Hi GlassPanel we will be in GWT 2.0? --~--~-~--~~~---~--~~ 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,

[off-topic] mind spending a moment to critique my thank you letter?

2009-07-25 Thread Jonathan Kushner
Hi Guys. Sorry to bring this into the thread, but I'm writing a thank you letter to an interview I had and wanted to get some quick feedback from a specifically tailored audience ( Java, of course :) ). I'm currently a junior level java developer. Once again, I apologize for discussing a non-GWT

Re: Profiling memory usage for large gwt application

2009-07-25 Thread ankur jain
hi thanks for the reply.But we checked its not due to image bundle.We are using a proper workaround that is mensioned in the issue. Actully main problem what we are facind is due to the listeners.And it being very difficut to profile the application in debug mode bcoz most of the refrences are

Re: [off-topic] mind spending a moment to critique my thank you letter?

2009-07-25 Thread Ian Petersen
You don't need a Java audience here, you need an audience with people who speak English really well. There's some overlap between the two groups, obviously, but a thank-you letter is not a technical document so you don't really need technical people. Anyway, to try to actually help you rather

Which use for CSS?

2009-07-25 Thread Mehdi Rabah
Hi, I'm trying to use CSS for the layout of my website (for now, the layout is made with layouts). The worst problem I've seen is that the layout is not the same on different browsers. So, since the GWT philosophy is to abstract the development from the browser, I was asking myself if the GWT

How to disable assertions in Hosted Mode?

2009-07-25 Thread David
I recently jumped from GWT 1.5 to 1.7 and am having trouble with some legacy code that sets the style attribute overlow-x from the DOM object. In hosted mode this throws an assertCamelCase() error, but it works fine in browsers. I tried changing it to overflowX which works in real browsers but

PropertyChangeSupport and gwtx

2009-07-25 Thread Charlie
Hi all, I am brand new to GWT, is this feature still only supported via gwtx? Has any of the GWTx code been rolled into GWT ? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

how to autosize the borders to match up the size of panel

2009-07-25 Thread Praneeth Patlola
The code seemed to be worked but I was trying to set the size of the border height to AUTO is is for the border width. I added the yourDiv to the absolute Panel, there is a box with glowing borders put into the absolute panel with the width of this glowy box scaled as per the size of absolute

Re: Strange Key behaviour from DialogBox to main window

2009-07-25 Thread Diego
Try this: // Add a handler to close the DialogBox closeButton.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) { dialogBox.hide(); sendButton.setEnabled(true); DeferredCommand.addCommand(new Command() { @Override public void

Re: How can you detect a mouse double click on a text box?

2009-07-25 Thread Rahul
Hi, Is there any way i can define the clickhandler to work for two clicks instead of one? On Jul 26, 12:34 am, Rahul coolrahul18...@gmail.com wrote: Hi i belive i would need to implement a mouse handler, can someone point some tutorials how to do so ? On Jul 24, 10:58 am, Rahul

[gwt-contrib] How is benchmark going to work with oophm in 2.0?

2009-07-25 Thread uwfrog
Hi there, I found benchmark handy to measure the capabilities of the app I was working on. I just wondered how it (or generally gwt unit test) is going to work with oophm in 2.0. Is it able to run in browsers with plug-in installed or still in the current way? Please shed some light on it.