Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread stinnux
Here it is: target name=devmode depends=javac description=Run development mode java failonerror=true fork=true classname=com.google.gwt.dev.DevMode classpath pathelement location=src/ path refid=project.class.path/ /classpath jvmarg value=-Xmx256M/

Where is there any comprehensive UIBinder documentation?

2010-02-25 Thread Blessed Geek
How to use ui:data, ui:ph (what's that??), ui:attribute, etc?? In http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html, it says You can make resources available to your template via the ui:with element, but at the cost of having them instantiated for you. Is it implying that with

Re: Where is there any comprehensive UIBinder documentation?

2010-02-25 Thread Blessed Geek
Correction to my typo (due to angst of furiously googling for a comprehensive uibinder documentation): gwt:verticalPanel . ZZBot top={this} .../ ZZLeft city={this.getCity()} .../ /gwt:verticalPanel -- You received this message because you are subscribed to the Google Groups Google Web

UiBinder need help

2010-02-25 Thread Raghunath
Hi Novice at UiBinder. I just want to have one UiBinder of html type ui and some gwt actions onclick action. is it possble to bind together. thanks -raghu -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread malliseven.hills
Hi You can use com.google.gwt.dev.Compiler instead of com.google.gwt.dev.DevMode if you use GWT2.0. Thanks, Malli. On Thu, Feb 25, 2010 at 3:41 AM, stinnux m...@stinnux.de wrote: Here it is: target name=devmode depends=javac description=Run development mode java failonerror=true

Re: Using external styles with UiBinder error

2010-02-25 Thread shahid
Thanks Chris and sorry I am replying to this post very late. The problem is I don't see how do I use it for background images. I want to be able to display a background icon inside a DateBox (i.e. calendar.gif) and as far as I understand I have to define the style .datebox using the @sprite. The

Re: GWT RPC behind an Apache Proxy

2010-02-25 Thread Fabiano
n Feb 25, 2:26 am, Chad cha...@sbcglobal.net wrote: I have setup a Proxy in apache to forward all request fromhttp://www.myserver.com/appsto the glassfish serverhttp://www.myserver.com:8080/. This appears to work for everything, but requests to the GWT RPC service which throws an NPE. If I

Re: DatePicker disabling specified dates

2010-02-25 Thread Ice13ill
At least tell me if i'm posting the wrong questions :P On Feb 24, 4:47 pm, Ice13ill andrei.fifi...@gmail.com wrote: I tried using formatting but i can't disable the cells of theDatePicker I just want to disable all dates before a given date. how do i do that ? On Jan 20, 6:54 pm, Jim

Forwarding to a url

2010-02-25 Thread Vik
Hie I have a gwt component embedded in a html page. From ModuleLoad method in my entry point class I want to navigate to another html/jsp page. How can I do that? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- You received this message because you are subscribed

Re: Forwarding to a url

2010-02-25 Thread Prashant Gupta
Window.Location.replace(/your_link); On 25 February 2010 17:20, Vik vik@gmail.com wrote: Hie I have a gwt component embedded in a html page. From ModuleLoad method in my entry point class I want to navigate to another html/jsp page. How can I do that? Thankx and Regards Vik

Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread malliseven.hills
hmmm.. give like this it would be fine now. target name=gwt-compile depends=java-compile java failonerror=true fork=true classname=com.google.gwt.dev.Compiler classpath refid=classpathid / jvmarg value=-Xmx256M/ arg

Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread stinnux
Compilation is not the problem, that's working fine. Running in devmode gives the error. On 25 Feb., 13:06, malliseven.hills malliseven.hi...@gmail.com wrote: hmmm.. give like this it would be fine now. target name=gwt-compile depends=java-compile         java failonerror=true fork=true

Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread Thomas Stinner
does sombody know which host it tries to connect? On Thu, Feb 25, 2010 at 1:15 PM, stinnux m...@stinnux.de wrote: Compilation is not the problem, that's working fine. Running in devmode gives the error. On 25 Feb., 13:06, malliseven.hills malliseven.hi...@gmail.com wrote: hmmm..

Re: SOP Issue

2010-02-25 Thread nino ekambi
Any Update on this issue ? greets Nino 2010/2/24 nino ekambi jazzmatad...@googlemail.com Hello People, I m having the same problem Anybody has an idea Thx and Greets Nino 2010/2/24 ramesh chiluveri chiluveri...@gmail.com Hai All, I want to integrate my GWT application in an

Re: Unable to run ant devmode (NullPointerException)

2010-02-25 Thread malliseven.hills
oh ! see below ,if ur not clear with my script ..Please add my gmail account and ill do chat .i ill explain clearly.. u have to use GWT2.0 then only it ill work . Before running this u need to compile the java files GWT files and copy all the .class files and web.xml files under build war

Re: Converting GWT Compiled JS to Readable JS

2010-02-25 Thread Chris Lercher
Hi, so what you basically want to have is that gwtc saves a dictionary file during compilation that can later be used to undo the name substitution. And possibly also recreate the line numbers etc. (something that some Java obfuscators can do, e.g. I've used this functionality with Zelix

styling issue with gwt vertical panel

2010-02-25 Thread Vik
Hello I have a vertical panel dropped in a popupPanle component and using following css .gwt-PopupPanel { background: #005200; border: 0.2em solid white; padding: 0.5em; } .gwt-VerticalPanel { background: #005200; spacing: 0.5em; } .gwt-Label {color: white;} When i run my app I see it

Re: styling issue with gwt vertical panel

2010-02-25 Thread Chris Lercher
The correct css attribute name is background-color instead of background. The VerticalPanel is translated into a html table, so you can't see it directly in firebug. hth Chris On Feb 25, 2:08 pm, Vik vik@gmail.com wrote: Hello I have a vertical panel dropped in a popupPanle component and

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-02-25 Thread Thomas Ardal
Hi all, I had the same problem. Changing my prefered language to en-us made Firefox 3.6 able to install the GWT Developer Plugin. Regards, Thomas On 18 Feb., 22:35, Arturas maze...@gmail.com wrote: Hi All, The same issue as anybody reported. I am running 64bit debian lenny,

Re: SOP Issue

2010-02-25 Thread Fabiano
Hi, I suppose you have SOP related RPC issues. Cross site linker only solves appplication loading. There is no way to solve SOP RPC issues without configuring a redirection towards the server or by using corss site requests. Cross site requests can be performed only by manually using JSON and few

Re: Using GWT 2 Custom Events

2010-02-25 Thread Sean
It looks like you have the wrong code snippet under: Registering an EventHandler Otherwise, nice tutorial! I've book marked the site for future reading, thanks! On Feb 24, 9:12 am, David maddisonda...@gmail.com wrote: My new Blog Post Using GWT 2 Custom Events :

Re: Clickable image component

2010-02-25 Thread Sean
I personally keep a css entry called click that simply looks like this: .click { cursor:pointer; cursor:hand; } Anything that can be clicked (aside from things like buttons that change the icon automatically) I add that as a Style. Make sure to ADD and not SET that as a style, otherwise it

Re: DialogBox problem in IE

2010-02-25 Thread obesga
I'm using the gwt-DialogBox stadart theme... I'm setting a z-index on an image...maybe it's this ? On Feb 19, 6:56 pm, BimboJones bimbojone...@gmail.com wrote: hi, maybe its overwriting some css. Are you setting and StyleName to the DialogBox? On 19 Fev, 13:41,obesgaobe...@gmail.com

How do you extend a TreeItem's selected background?

2010-02-25 Thread Chris
I'm building a basic UiBinder application with the DockLayoutPanel with a Tree for navigation in the west region. The standard.css applies a background image to the TreeItems when selected. The image is bound within the div containing class=gwt-TreeItem. I would like the background image to

Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread Sönke Sothmann
I'd like to announce the availability of the first version of GwtGL, a WebGL binding for GWT. We released the project on Google code under the Apache 2 licence. Here is a brief description of the project: WebGL is a new web standard for hardware accelerated 3D graphics in web browsers. Soon all

Problem with FileUpload

2010-02-25 Thread Nils
Hi, my English is not very good, please be understanding I try to make an FileUpload when I press the submitbutton, the server code is called and executed, but it did not get the file that I want to upload I tested it with a normal htmlformular whether any data arriving as they arrive in this

Re: Design question

2010-02-25 Thread Fabio Kaminski
I just dont understand the point to embed GWT in jsp , as the big issue in use GWT is about cut the overload processing and computation of the server for the presentation layer, distributing the overload to the client, computing on his browser.. that' s one of the biggest benefits of it. you just

Re: Issue: Compile GWT1.6.4 code on 64 bit OS CentOS - JDK 1.6.0_04

2010-02-25 Thread Fabio Kaminski
maybe libjvm.so is in 32 bit format?? run a simple javac or java command and see what happens, if its only with this application.. it looks like you need to unistall all JDK in you linux (including IceTea) and install only the sun jdk again.. hope this help.. Regards, Fabio Kaminski On Wed,

Re: Debug Gadget GWT 2.0

2010-02-25 Thread Gryl
Hi all, just want to confirm this problem. With gwt1.7.1 I'm able to debug my gwt gadgets on a local Shindig on port 8080. I run it in hosted mode with cross-site link option enabled and with this kind of url: http://localhost:8080/gadgets/ifr?url=http://localhost/gadget.xmlnocache=1 and it

Re: Migration Traditional Web to GWT

2010-02-25 Thread Fabio Kaminski
i guess you have a list of options to consider... * Develop you application in GWT and deploy in the Google Apps using the Google datacenter and possibly (in behind) BigTable. Thats a good option if you dont depend too much of external communication, as google Apps its a little bit restrictive

Reading message from JMS topic on server and sending context to client

2010-02-25 Thread vkrejcirik
Hi, I have application, which on server collects messages from JMS topic. I need to send this data from server to client. Is it possible? Or I must make RPC call on client, which periodicly send request to server for these messages and it send me the messages in response. thank you for your

Problems with the height of an application

2010-02-25 Thread eolith421
Hi! I am writing a webapplication for the university with GWT. I have the following base Layout: - a header on the top of the application (NORTH) - in the center of the application ist the main application (CENTER) - in the bottom I have a menu bar (SOUTH). All parts are widgets and I decided to

src JS with query parameter

2010-02-25 Thread Nino
Hi All, i'm looking around on internet, to find an available solution/best practices, to be able to specify some query parameter at the end of the gwt javascript inclusion, and how these could be accessed from the gwt client code, example: html head meta

Re: Issue: Compile GWT1.6.4 code on 64 bit OS CentOS - JDK 1.6.0_04

2010-02-25 Thread dolcra...@gmail.com
Did you happen to look in /data/cc/cruisecontrol-bin-2.8.3/projects/ gikiapp/giki/app/hs_err_pid9372.log? On Feb 24, 1:51 am, AmolSawant wissen.a...@gmail.com wrote: Hello Friends, While compiling GWT code on 64-bit CentOS with Jdk1.6.0_04, I get the following message: Please advise. Build

HorizontalSplitPanel size 100%

2010-02-25 Thread JDog
I'm using a HorizontalSplitPanel and I'd like to set the size as a percentage and not a fixed px size. hSplit.setSize(100%, 100%); does not work. Is that because percentages are not allowed? thanks -- You received this message because you are subscribed to the Google Groups Google Web

How to remove a widget from a DockPanel position?

2010-02-25 Thread eolith421
Hi! I have a question due the dockPanel. Is there a possibility to remove an unknown widget from the DockPanel? I have a widget on position DockPanel.EAST. Now I want to replace this widget on this position by another, as argument for the widget classes I alwayd give the DockPanel. I tried it

Refresh Browser Problem

2010-02-25 Thread Malli
Hi, i'm having some issues please clarify me . My issue is : If i have logged into my site with my login (1st page) page as success fully ..so now i'm at 2nd page . if i refresh the my site browser its delegating directly to 1st page .. But it should be 2nd page only .. Any ideas? Thanks,

GWT Report Compiler

2010-02-25 Thread Branco
Hi, I have just recently tried the code splitting functionality and to see the real benefits, I had to of course use the -compileReport flag on the compiler. I split my code in just one place, and was amazed at the result on the report. It took only 3:26 minutes to compile (before that, my app

Is there a universal solution to hide and then show a StackLayoutPanel (that also works on IE)?

2010-02-25 Thread googelybear
Hello, I'm using StackLayoutPanel to create a menu navigation panel. I encountered some problems on IE (both IE7 and IE8) related to the StackLayoutPanel. For some reason I want to hide the menu panel first and then show it later on. I used myStackLayoutPanel.setVisible(false) to hide it and

Re: How Can I Unit Test with a Dictionary?

2010-02-25 Thread Micah Whitacre
I've been struggling with this for a bit as well. I haven't figured out the best solution for doing this but I have found a hack for the time being. It does seem like Jarrod was correct in that when tests are running the host html file is not being used. So using the gwtSetUp() method I've

Re: Problem with FileUpload

2010-02-25 Thread Nils
it does work now i dont know what exactly was the error but it works -- 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: Design question

2010-02-25 Thread Prashant Gupta
you have two different pages. both pages have nothing to do with each other's modules. your form is not using popup and your popup is not using your form, am i right? (assuming answer is yes) so, there is no point in loading both (popup form) in both the pages. that's why I suggested you to write

Re: Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread timwhunt
That sounds really neat! web browsers. Soon all major web browsers (Firefox, Safari, Chrome, IE) will support WebGL - at the moment most of these browsers offer How soon is soon? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT RPC behind an Apache Proxy

2010-02-25 Thread siberian
Same problem that I have here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/df013dc962cc268e/21920de1cdf1edbc?lnk=gstq=siberian#21920de1cdf1edbc The RPC and the JS apps are in the same path space (/siteGWT) and I get failures. Not NPE, just inability for RPC to connect.

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-02-25 Thread Fabio Kaminski
Folks, i got the same problem, with the plugin in 64 bit linux... and no way on earth that i would reverse my applications to 32 bit , just to work fine with it... so the solution was to download the GWT 2 source code... and compile the firefox plugin with my 64 bit libs... it work fine, any

Re: Problems with the height of an application

2010-02-25 Thread Chris Lercher
Hi Florian, - which browser are you using? - are you using standards mode or quirks mode (see the first line of your html page)? - are you using RootPanel or RootLayoutPanel? Chris On Feb 25, 9:51 am, eolith421 florian.rhomb...@nettania.at wrote: Hi! I am writing a webapplication for the

Re: Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread Fabio Kaminski
uoww... you can implement even shaders!! congrats for this promising api and the pioneering... very cool project! On Thu, Feb 25, 2010 at 12:01 PM, timwhunt timwh...@gmail.com wrote: That sounds really neat! web browsers. Soon all major web browsers (Firefox, Safari, Chrome, IE) will

Re: Reading message from JMS topic on server and sending context to client

2010-02-25 Thread Chris Lercher
Hi, depends on what you want to achieve: First possibility is to only show new messages when a user clicks on a link or refreshes the page. This is easy and efficient, but not so convenient for the user. Second possibility is to do some polling (e.g. every 10 seconds). If you have a relatively

Re: Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread mariyan nenchev
The examples doesn't run under FF 3? On Thu, Feb 25, 2010 at 5:21 PM, Fabio Kaminski fabiokamin...@gmail.comwrote: uoww... you can implement even shaders!! congrats for this promising api and the pioneering... very cool project! On Thu, Feb 25, 2010 at 12:01 PM, timwhunt

Re: GWT RPC behind an Apache Proxy

2010-02-25 Thread Fabiano
On Feb 25, 4:03 pm, siberian siber...@siberian.org wrote: Same problem that I have here: http://groups.google.com/group/google-web-toolkit/browse_thread/threa... The RPC and the JS apps are in the same path space (/siteGWT) and I get failures. Not NPE, just inability for RPC to connect.

Re: How to remove a widget from a DockPanel position?

2010-02-25 Thread obesga
No, the only method is to know the widget, you must store it into a temporal variable... On Feb 25, 11:48 am, eolith421 florian.rhomb...@nettania.at wrote: Hi! I have a question due the dockPanel. Is there a possibility to remove an unknown widget from the DockPanel? I have a widget on

Gwt Pagination of Data

2010-02-25 Thread Tapas Adhikary
Hi All, What is the best way to achieve pagination using GWT. If I want to develop the pagination of data that clicking on the next button the next set of data will be populated with a previous button and next button(if there is any more data) , what panel or layout I should use ? Any sample code

Re: Why does GWT use UserAgent Sniffing?

2010-02-25 Thread Chris Lercher
Well... I don't know if this will really be more reliable - to be honest, it looks a little bit like a very, very dirty hack ;-) At least, I can't look at it and without knowing a lot of details about all existing browser versions ever, understand what this does. If there was something like

Re: SOP Issue

2010-02-25 Thread nino ekambi
I think i dont understand what you mean i m makin the RPC calls to the same domain the thing is when i complied the application with the xs linker the RPC calls fail why is that ? greets Nino 2010/2/25 Fabiano ftar...@gmail.com Hi, I suppose you have SOP related RPC issues. Cross

Adding new locale without compiling

2010-02-25 Thread mmoossen
Dear all! i was wondering what is the best way to add support for a new locale without compiling the whole module again. my use case, to distribute a CMS plugin written in GWT and we want that users can easily localize it. in java. you just put an additional properties file to the right package

Re: Why does GWT use UserAgent Sniffing?

2010-02-25 Thread mmoossen
thanks dave for sharing :) i think i will start using your code for browser identification Michael On Feb 25, 10:44 am, DaveC david.andrew.chap...@googlemail.com wrote: Thanks for all the replies. Thomas, I get your point - but I don't agree ;o), I think there are more reliable ways for

Disable UIBinder style name obfuscation

2010-02-25 Thread jon918
I'm trying to figure out if there is a way to disable the obfuscation of the style names that are used in UIBinder templates when running in development mode, so that i can actually look at the styles in the dom and debug/tweak them there. Anyone know if this possible? -- You received this

serving my app in production

2010-02-25 Thread mmoossen
dear all! i just wanted to know what are the best practices for serving my gwt app in production. i mean, in my case, there will be an apache http server in front of tomcat communicating via mod-jk. so, what are your experiences with compression, setting cache headers, etc? thanks Michael --

extending client classes

2010-02-25 Thread mmoossen
dear all! i have following use case: i have, for instance, a client class that is responsible to add the widgets to a dialog and i would like that my gwt app would be so extensible that 'users' can change the behaviour of that case to display other widgets in the dialog. in java, i would have a

Re: Gwt Pagination of Data

2010-02-25 Thread Fabio Kaminski
I guess layout could be wherever fits better for your purpouses.. depending on the number and types of graphical elements you have... but the most important part would be event handling mecanism and the service call interface... example (using UiBinder for clarity): with EventBus (centralized,

Re: UIBinder + MapWidget

2010-02-25 Thread Lypheus
Fair enough, I did try this already (sans DockPanel and also tried nesting another g:HTMLPanel to directly wrap the MapWidget, with no success). I'm finding that this seems to be related more to the use Composite than UIBinder (at least thats what seems to be the case, given a run without

Re: Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread Sönke Sothmann
Thanks for your comment, timwhunt! Soon means that all major browsers already support WebGL in their nightly builds. I think WebGL will hit the masses with the next major releases of the browsers. On 25 Feb., 16:01, timwhunt timwh...@gmail.com wrote: That sounds really neat! web browsers.

Re: Announcing GwtGL - a WebGL binding for GWT

2010-02-25 Thread Sönke Sothmann
Thanks a lot, Fabio! Glad you like it. Yes, you can do cool things with shaders... Besides graphics stuff, you can even utilize the GPU for complex calculations. On 25 Feb., 16:21, Fabio Kaminski fabiokamin...@gmail.com wrote: uoww... you can implement even shaders!! congrats for this

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-25 Thread javaunixsolaris
Thanks Zak Anchor works great. Do you also have an example of if you want to: Hyperlink link = new Hyperlink(text); link.addClickHandler(...); to The new History way to do it? On Feb 21, 4:59 pm, Zak zakn...@gmail.com wrote: Yes, you are correct. If you had this before: Hyperlink link =

Re: SOP Issue

2010-02-25 Thread Chris Lercher
Hi, the SOP requires same domain + same port + same protocol. http://en.wikipedia.org/wiki/Same_origin_policy#Origin_determination_rules On Feb 25, 8:36 pm, nino ekambi jazzmatad...@googlemail.com wrote: I think i dont understand what you mean i m  makin the RPC calls to the same domain the

Re: SOP Issue

2010-02-25 Thread nino ekambi
Yeah i know ant that s exactly what i m doing. Befor the compiling with xs-linker everything works fines after the comoiling nothings works. But the code has not change and i dont understand why. greets Nino 2010/2/25 Chris Lercher cl_for_mail...@gmx.net Hi, the SOP requires same

invalid httpsession from getThreadLocalRequest

2010-02-25 Thread bhomass
when I use getThreadLocalRequest().getSession() in a servlet implementation to handle rpc, I get a IllegalStateException when I call httpsession.setAttribute(...) anyone knows why? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-25 Thread Zak
Hi javaunixsolaris- I'm not exactly sure what your question is. The history way is not new in GWT 2.0. Read about it here: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html If you want to know how to use an a element that handles clicks AND changes history, I believe

Why main page is not scrollable?

2010-02-25 Thread ailinykh
Hello, everybody! I've got a strange problem. I put several widgets into main page. Everything looks good, but when I change browser window size (make it small) scroll bars don't appear. I can see only small area at the left top corner. What could be wrong? Thank you, Andrey -- You received

Re: installing the Google Web Toolkit Developer Plugin

2010-02-25 Thread ben
Is there any other way to get these plugins? I will be unable to transition to 2.0 without a better way to include the plugins. It would be great if they were in the 2.0.3 zip file. On Feb 10, 9:47 am, Mart bergmar...@gmail.com wrote: You can download first the installer package for your

Re: installing the Google Web Toolkit Developer Plugin

2010-02-25 Thread Chris Lercher
Hi Ben, I think you can download the latest plugins from http://gwt.google.com/missing-plugin/MissingPlugin.html Click on the small Plugins for other systems link. Then use Save as... If you want to get older versions, you'll probably find them in the svn, as Mart said. You can use your browser

Re: Why main page is not scrollable?

2010-02-25 Thread Chris Lercher
Hi Andrey, you'll probably need to add a ScrollPanel around your content. (And I think you may have to set its width and height to 100%.) Chris On Feb 26, 2:04 am, ailinykh ailin...@gmail.com wrote: Hello, everybody! I've got a strange problem. I put several widgets into main page.

Re: invalid httpsession from getThreadLocalRequest

2010-02-25 Thread gao zhenyu
you need add sessions-enabledtrue/sessions-enabled to yourappengine-web.xml file in WEB-INF directory. look this: http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions 2010/2/26 bhomass bhom...@gmail.com when I use getThreadLocalRequest().getSession() in a servlet

How to catch expansion event in StackLayoutPanel.

2010-02-25 Thread Jim
In Mail example, how do I catch expansion event or header click event in StackLayoutPanel? -- 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

Re: invalid httpsession from getThreadLocalRequest

2010-02-25 Thread bhomass
I am not running on the appengine, just my eclipse IDE. anything I have to do for that? On Feb 25, 8:15 pm, gao zhenyu program.c...@gmail.com wrote: you need add sessions-enabledtrue/sessions-enabled to yourappengine-web.xml file in WEB-INF directory. look

Re: DatePicker disabling specified dates

2010-02-25 Thread Ashar Lohmar
someone asked the same question and i gave him a few hints here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/aaddc977214053bd/f5c90611cb424ac7 hope you'll get something out of it good luck On Feb 25, 1:19 pm, Ice13ill andrei.fifi...@gmail.com wrote: At least tell me if

Re: DatePicker disabling specified dates

2010-02-25 Thread Ashar Lohmar
after re-reading that message I find it a little to ... mixed up. one idea was that you could use a ShowRangeHandlersDate that you'll add it to your DatePicker object, on the onShowRange() method you'll need to take the date list between the start and the end of the range, and for the dates that

[gwt-contrib] Re: RPC policy files usage?

2010-02-25 Thread mmoossen
dear all! what we do is at compilation time, with ant, to move the policy files to the package of the server side implementation of the service, and to use following loader: /** * We do not want that the server goes to fetch files from the servlet context, so we keep the .gwt.prc files

[gwt-contrib] RPC Request Optimisation

2010-02-25 Thread Joe Cole
Background: We have a quite a few customers who use really unreliable internet connections [e.g. 3g connections in bangladesh]. Often times these requests can take a long time to complete if they are in a country with really poor internet, but the users keep on doing things and then requests pile

Re: [gwt-contrib] RPC Request Optimisation

2010-02-25 Thread Bart Guijt
Hi Joe, Your proxycreator sounds like a very useful addition to GWT's RPC! I did a few projects last year needing exactly this, but we created other (less ideal) workarounds to counter connection limits. If anything, put it on google code or something! Cheers, Bart Guijt On Thu, Feb 25, 2010

[gwt-contrib] Re: Issue 4027: TextBox fires JSException in IE on double click

2010-02-25 Thread jgw
On 2010/02/23 16:57:03, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/151804 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] RPC Request Optimisation

2010-02-25 Thread BobV
1) Would people be interested in my proxycreator patch, for potential inclusion into gwt core? 2) Does request pooling sound like it's something that would be of use in general? Is this something the gwt team would be interested in working with? Why did you go with the approach of patching

[gwt-contrib] Add support for defining ListBox items using UiBinder.

2010-02-25 Thread markovuksanovic
Reviewers: , Description: Enables support for adding items into a ListBox using UiBinder. For example: g:ListBox g:item value='1' first item /g:item g:item value='2' second item /g:item /g:ListBox Please review this at http://gwt-code-reviews.appspot.com/153804 Affected files:

[gwt-contrib] Re: Add support for defining ListBox items using UiBinder.

2010-02-25 Thread markovuksanovic
http://gwt-code-reviews.appspot.com/153804 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7613 committed - Fixes a bug where TextBox fires JSException in IE on double click....

2010-02-25 Thread codesite-noreply
Revision: 7613 Author: jlaba...@google.com Date: Thu Feb 25 06:49:47 2010 Log: Fixes a bug where TextBox fires JSException in IE on double click. http://gwt-code-reviews.appspot.com/151804 http://code.google.com/p/google-web-toolkit/source/detail?r=7613 Modified:

[gwt-contrib] Re: Add support for defining ListBox items using UiBinder.

2010-02-25 Thread rjrjr
LGTM And this time I've actually remembered to cc contrib. One last nit below. http://gwt-code-reviews.appspot.com/153804/diff/1027/39 File user/test/com/google/gwt/uibinder/elementparsers/ListBoxParserTest.java (right): http://gwt-code-reviews.appspot.com/153804/diff/1027/39#newcode47 Line

[gwt-contrib] Re: Add support for defining ListBox items using UiBinder.

2010-02-25 Thread markovuksanovic
I'll do that as well... On 2010/02/25 19:27:10, Ray Ryan wrote: LGTM And this time I've actually remembered to cc contrib. One last nit below. http://gwt-code-reviews.appspot.com/153804/diff/1027/39 File user/test/com/google/gwt/uibinder/elementparsers/ListBoxParserTest.java (right):

[gwt-contrib] Re: Add support for defining ListBox items using UiBinder.

2010-02-25 Thread markovuksanovic
http://gwt-code-reviews.appspot.com/153804 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7615 committed - First implementation of TreeView as a widget, without depending on Tre...

2010-02-25 Thread codesite-noreply
Revision: 7615 Author: jlaba...@google.com Date: Thu Feb 25 09:18:48 2010 Log: First implementation of TreeView as a widget, without depending on Tree. http://code.google.com/p/google-web-toolkit/source/detail?r=7615 Added:

[gwt-contrib] [google-web-toolkit] r7616 committed - zundel

2010-02-25 Thread codesite-noreply
Revision: 7616 Author: d...@google.com Date: Thu Feb 25 14:38:24 2010 Log: zundel http://code.google.com/p/google-web-toolkit/source/detail?r=7616 Modified: /javadoc/1.7/index.html -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7619 committed - Adds UiBinder support for ListBox....

2010-02-25 Thread codesite-noreply
Revision: 7619 Author: rj...@google.com Date: Thu Feb 25 12:09:02 2010 Log: Adds UiBinder support for ListBox. Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=4654 Patch by http://code.google.com/u/markovuksanovic/ Review by rj...@google.com

[gwt-contrib] Re: RPC Request Optimisation

2010-02-25 Thread Joe Cole
Hi Bob/Bart, I must have missed some of those methods in RPCRequestBuilder when trying to figure out how to do the automated retries. It looks like we could extend this to override the default callback mechanism and capture the serialized payload, just as we do in my proxycreator changes. I'll go