Re: GWT for Solaris

2009-04-06 Thread Peter Ondruška
Thank you. Shall I download GWT for Mac or Linux? I will try Linux and will let you know if it really runs on Open/Solaris. Peter 2009/4/6, hazy1 matt.egyh...@gmail.com: Wow, you actually develop on Solaris? I think your kind will soon be extinct. You realize that GWT runs just fine on

Re: Newbie question

2009-04-06 Thread redzedi
Thanks Paul !! On Apr 3, 7:03 pm, Paul Robinson ukcue...@gmail.com wrote: redzediwrote: Hi All,    Here are a couple of elementary questions, pardon me if they sound very naive but i really really need to know the answer :- 1. why do we need to do a setEndPoint on the client-side stub

Re: Why doesn't work my form?

2009-04-06 Thread milcsi04
Yess. It's my stupid mistake. Very thanks for your reply, it's working. :-)) Just one question... I try to read out the request parameters from the request object: request.getParameter(textBoxFormElement) or MapString,String[] parameters = request.getParameterMap(); , but i get null

Re: GWT for Solaris

2009-04-06 Thread Peter Ondruška
Found it on Google. No Solaris yet. Starred issue 609. Peter 2009/4/6, Peter Ondruška peter.ondru...@gmail.com: Thank you. Shall I download GWT for Mac or Linux? I will try Linux and will let you know if it really runs on Open/Solaris. Peter 2009/4/6, hazy1 matt.egyh...@gmail.com: Wow, you

Maven versus Cypal

2009-04-06 Thread Halabe
Hi, I started using GWT around a year ago and I used Cypal plugin in Eclipse. I now found out that there is another plugin that is used for SmartGWT which is called Maven. What's the difference between them? Should I switch to Maven or I can continue my work with Cypal? Thank you

Re: GWT for Solaris

2009-04-06 Thread Flemming Boller
Hi I am not that familiar with solaris, but you could perhabs install virtualbox and then run gwt developement inside that? on linux, windows. I know it will not give you a solaris port of gwt...but if you just cant wait I think it moght work out. happy easter :-) /Flemming 2009/4/6 Peter

call to JSNI randomly fires Object doesn't support this property or method

2009-04-06 Thread a_martinez
Hi I declared a native method public native void defineBridgeMethod(ModelHandler modh) /*-{ $wnd.computeLoanInterest = function(amt) { mo...@com.dhc.dhcvision.ui.client.modelhandler::computeLoanInterest(I) (amt); } }-*/; and build in in my application by calling

HorizontalSplitPanel splitter image through CSS

2009-04-06 Thread Miloš Ranđelović
Hi, What's the correct way of setting the image of the HorizontalSplitPanel splitter through CSS? I've tried several different methods, none worked. This is what I have currently: .gwt-HorizontalSplitPanel .hsplitter { background: #42453D; background-image:

Re: Approaches to develop a stateful application

2009-04-06 Thread Ivan M
On 31 mar, 11:34, Thomas Broyer t.bro...@gmail.com wrote: On 31 mar, 12:55, Ivan M supertra...@gmail.com wrote: Every request has to be secured and verified on the server side. Whether you pass a login/password pair or a ticket (that could be your session ID, managed transparently by your

Re: Anyone know what an NS_ERROR_NOT_AVAILABLE is?

2009-04-06 Thread Ian Bambury
Just got 3 more and one on a different line (details to follow). If anyone has any idea how to investigate this further, please let me know. Unfortunately, these errors are coming from the live web site and it doesn't happen to me, it seems to be happening to some poor sod from Germany who's

Re: HorizontalSplitPanel splitter image through CSS

2009-04-06 Thread alan m
What's the HTML for this? 2009/4/6 Miloš Ranđelović milos@gmail.com: Hi, What's the correct way of setting the image of the HorizontalSplitPanel splitter through CSS? I've tried several different methods, none worked. This is what I have currently: .gwt-HorizontalSplitPanel

Re: Approaches to develop a stateful application

2009-04-06 Thread Thomas Broyer
On 6 avr, 11:02, Ivan M supertra...@gmail.com wrote: Thank you, Thomas. I perform authentication against a rather slow LDAP server, so I can't afford querying this server for every GWT request. I'm considering tickets but I still don't know how to implement it. I understand I can use the

Re: Anyone know what an NS_ERROR_NOT_AVAILABLE is?

2009-04-06 Thread Isaac Truett
Something in your error handling? https://bugzilla.mozilla.org/show_bug.cgi?id=238559#c0 On Mon, Apr 6, 2009 at 8:13 AM, Ian Bambury ianbamb...@gmail.com wrote: Just got 3 more and one on a different line (details to follow). If anyone has any idea how to investigate this further, please

Re: Anyone know what an NS_ERROR_NOT_AVAILABLE is?

2009-04-06 Thread Lothar Kimmeringer
Ian Bambury schrieb: [NS_ERROR_NOT_AVAILABLE] Just got 3 more and one on a different line (details to follow). If anyone has any idea how to investigate this further, please let me know. Unfortunately, these errors are coming from the live web site and it doesn't happen to me, it seems

Re: HorizontalSplitPanel splitter image through CSS

2009-04-06 Thread Miloš Ranđelović
Hi, I'm not sure which HTML do you refer to... ? On Apr 6, 2:33 pm, alan m alan.jame...@gmail.com wrote: What's the HTML for this? 2009/4/6 Miloš Ranđelović milos@gmail.com: Hi, What's the correct way of setting the image of the HorizontalSplitPanel splitter through CSS? I've

Search engine indexing

2009-04-06 Thread Prashant Gupta
does my GWT website gets indexed same as any other (non GWT) website..? --~--~-~--~~~---~--~~ 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: HorizontalSplitPanel splitter image through CSS

2009-04-06 Thread alan m
the HorizontalSplitPanel html that gets served out to the browser, that you're trying to use your css on, of course :-) 2009/4/6 Miloš Ranđelović milos@gmail.com: Hi, I'm not sure which HTML do you refer to... ? On Apr 6, 2:33 pm, alan m alan.jame...@gmail.com wrote: What's the HTML

GWT Portlets framework published

2009-04-06 Thread david.tin...@gmail.com
GWT Portlets is a free open source web framework for building modular GWT (Google Web Toolkit) applications. GWT provides the low level building blocks required to build web applications (Java to Javascript compiler, basic UI widgets, an RPC mechanism etc.) but typical business applications can

Re: guide on using third party tool to create CSS

2009-04-06 Thread djd
I am interested too :) I'm not sure such an editor will be ever available, since gwt apps are completely dynamic and, most of the times, they work with servlet(s) that usually query databases. Maybe you can you Dreamweaver or some other to design a static view (or more) for the programmers to see

Re: Search engine indexing

2009-04-06 Thread djd
Current crawl bots ignore flash and javascript. So if your web app is completely built in GWT (the default behavior when creating a project with projectCreator is to create a single HTML file with a single link to a .nocache.js files which is actually your entry point for entire app), all content

Re: A thought about GWT project structure

2009-04-06 Thread Ken
If you're referencing server-only code from the client, then you have a fundamental problem in what you're trying to do. Same if you're referencing a Widget from the server. Your developers should already know that. If they don't, they need to be educated anyway. It's not rules and tricks but

Re: Easiest way to package a library with optional features requiring a sub-library?

2009-04-06 Thread Thomas Broyer
On 6 avr, 04:31, John Gunther johncurtisgunt...@yahoo.com wrote: Sorry, for late reply, I just saw your post. I think you are correct. But, my goal is to eliminate the need for users to physically add the extra JAR file associated with the optional library to their project (unless they

Query posted with comma through sendRequest method of RequestBuilder results in 500 error

2009-04-06 Thread Sagi
Hi, The query formed with comma through sendRequest method of RequestBuilder results in 500 internal server error. For instance consider the following query, test.do?param1=oneparam2=test,withcomma. Above URL when posted results in 500 error. I tried using encodeURI and encodeURIComponent

GWT.getModuleBaseURL()

2009-04-06 Thread Asif Hasanov
Hello. I would like to use GWT.getModuleBaseURL(). But I can't do it. It is not working. How can I use it? -- Sincerely, Asif Hasanov aihasa...@gmail.com ahese...@rambler.ru ahese...@hotmail.com Tel: +994557007050

applet class not found

2009-04-06 Thread simon.void
hi, when i use a html-page with this applet-tag: APPLET CODE = applet.MosaicUploader ARCHIVE = ../applet/ MosaicUploader.jar WIDTH = 50 HEIGHT = 50 Here is the MosaicUploader Applet /APPLET the applet is displayed. But if i use the same html in a widget public class

Re: Problem with GWT Widget Printing

2009-04-06 Thread HommeDeJava
Greetings, How about replacing DeferredCommand.add(printFrameCommmand); which is deprecated by DeferredCommand.addCommand(printFrameCommmand); Claude On Apr 5, 12:31 pm, Freller andre.frel...@gmail.com wrote: The beauty of open source! I haven't migrated to 1.5 yet, so this error is new to

GWT and Accesebility

2009-04-06 Thread jamer
I'm making a website that I need to be accessible. I am designing this in JSP and I wonder if I can add any GWT Widget done with, so if you have Javascript enabled to load the page in GWT that no alternative load without Javascript. Thank you.

Re: GWT import external jar

2009-04-06 Thread Jason Essington
That is correct, if your external library is only used on the server side (Hibernate, axis, etc) then there is no need to reference it in your gwt.xml file. However, if you do need to use it in your client code then it must contain source (.java files) as well as have a gwt.xml file of its

Re: How to get internal widget to notify its parent widget when clicked (and have the parent execute something)

2009-04-06 Thread Jason Essington
the easiest way is to create a click handler that holds a reference to the parent the simplest form would look something like: myWidget.addClickHandler(new ClickHandler(){ public void onClick(ClickEvent event){ parent.doSomething(); } }); no need to do any sink/unsink mucking

Re: GWT for Solaris

2009-04-06 Thread Jason Essington
The GWT compiler should run just fine on any OS with a Java 1.5 JDK. the compiled code should run on any supported browse (no matter what the OS ... for instance it works fine on android and iPhone) As for the Hosted mode, well that is pretty much de-emphasized as it will be replaced with

Re: Search engine indexing

2009-04-06 Thread Prashant Gupta
any alternative or solution to this ? On Mon, Apr 6, 2009 at 7:20 PM, djd alex.dobjans...@gmail.com wrote: Current crawl bots ignore flash and javascript. So if your web app is completely built in GWT (the default behavior when creating a project with projectCreator is to create a single

Re: Search engine indexing

2009-04-06 Thread Jason Essington
There are discussions about this (SEO) on this list, have a search for them. But basically, you'll want to embed the information you want indexed into your host pages. This is not a GWT limitation but rather a limitation of any web application that uses DOM modification to present

Re: GWT and Accesebility

2009-04-06 Thread alan m
traditionally: script type=txt/javascript// if (javascript): do javascript here/script noscriptelse: put your static html here for no-script users/noscript but you could instead put the static html stuff in div id=gwtAttachPointhere/div so it either gets replaced by your gwt stuff, or is

Unable to extend TreeItem because of package level access

2009-04-06 Thread smiletolead
Hi all, I am trying to extend TreeItem class in the package com.google.gwt.user.client.ui. When I try to override the method setTree(Tree tree), I observe that the children instance variable is not accessible and some of the methods its calling on Tree instance are package access restricted.

Re: Runasync feature of GWT

2009-04-06 Thread adam
I haven't switched to the trunk for this yet, but I can tell you that I positively must start using runAsync soon. My site (langolab.com) has over 100kb of gzipped monolithic gwt javascript at this point, and it's growing quickly. The only way for us to avoid hitting a javascript size wall is to

GWT Canvas setCoordSize

2009-04-06 Thread Cliff Newton
setCoordSize method... what exactly does this do? I've never had to do this in javascript, so I'm kinda lost on this one as it seems to really matter in GWT. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: GWT.log doesn't generate messages to console

2009-04-06 Thread Guy Rouillier
On Mar 30, 5:33 pm, Ian Bambury ianbamb...@gmail.com wrote: Mmm, Well, It works for me in 1.5 and 1.6 I'd suggest that you start again from scratch, or if you like, I can zip you up a copy which works for me. Ian, thanks very much for staying with this. I finally figured this out.

Folks.. I need a direction

2009-04-06 Thread ammours
Hello All, My goal is to use a developed persistence layer where validation, fetch , add , update and delete operations are performed with GWT. This persistence is not EJB, Spring nor hibernate. They are simple objects doing validations and operations. I am looking for a mechanism to pass beans

Re: A thought about GWT project structure

2009-04-06 Thread Vitali Lovich
Nothing says that you do. But you will want to then have at least a 3rd project that contains the common types shared between client server. And you'll probably want to leave the RPC code in the client-side project to separate your front-end code from your back-end business logic. On Mon, Apr

MenuBar Submenu Remove Border

2009-04-06 Thread Bill Davis
Does anyone know of a way to completely remove the border on a popup submenu from a MenuBar? I've played around with the styles for a couple of hours, but I've only been able to change the style of the shadow for some reason. Thanks, Bill Davis.

Re: Problem with GWT Widget Printing

2009-04-06 Thread jay
I'm not sure what you're asking... If you're asking if you can pass a DOM element to your it method and have it work, then in 1.5 the answer is no...the implicit toString() call won't do what it does in 1.4. Which is why in 1.5 you need to use the DOM.toString() method... (If you're asking

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-06 Thread Ian Petersen
You can't send a PDF (or any other binary blob) to a GWT app over RPC. Well, you can, but you can't do anything useful with it on the client. You need to switch back to traditional servlets behind traditional URLs. It's the same problem as serving images over RPC and that's been discussed here

Re: Problem with GWT Widget Printing

2009-04-06 Thread HommeDeJava
Hi Jay, It's working fine now with the DOM.toString() method you have suggested I was speaking about the deprecated method DeferredCommand.add... Sorry if I had been confusing! Thanks a lot for your great solution! Claude On Apr 6, 1:42 pm, jay jay.gin...@gmail.com wrote: I'm not sure what

add listener onpaste

2009-04-06 Thread fother
how I can add this event in a textarea? thanks --~--~-~--~~~---~--~~ 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

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-06 Thread Jason Essington
you are unlikely to get the pdf back from an RPC in any useful form. The RPC mechanism is expecting a particular format, and manually mucking about with the response object is going to upset that expectation. Even if you did manage to get the bytes back via the RPC's XHR, what would you

Re: opening new page

2009-04-06 Thread Tony Strauss
In general, you need a module file (.gwt.xml) for each GWT module (anything with onModuleLoad()). Perhaps it would be best at this point if you posted your code and described in more detail what you're doing. Which GWT version? Are you testing in hosted mode? With the embedded server? Tony

Re: add listener onpaste

2009-04-06 Thread Vitali Lovich
Just listen for key events use a deferred command to invoke your action so that when you call getText it has the updated value. On Mon, Apr 6, 2009 at 2:52 PM, fother fot...@gmail.com wrote: how I can add this event in a textarea? thanks

GWT Violates LGPL

2009-04-06 Thread allan
LGPL/GPL have the obligation to provide source with any binary distributions. Source can be provided directly with the binaries or in an offer, made available to the public for 3 years. You cannot fulfill the obligation by pointing to a 3rd party download site for the source. Go ask Cisco and

Re: GWT Violates LGPL

2009-04-06 Thread thebuz...@gmail.com
Last time i checked the source code is with the binary. everything is in the jar files. On Apr 6, 1:27 pm, allan allan1...@gmail.com wrote: LGPL/GPL have the obligation to provide source with any binary distributions. Source can be provided directly with the binaries or in an offer, made

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-06 Thread thebuz...@gmail.com
For itext just do a like to like a jsp page that will run the itext gen. Thats how i do it and it works great. On Apr 6, 11:55 am, Peter Ondruška peter.ondru...@gmail.com wrote: I think you should not use GWT RPC servlet, just use normal servlet. 2009/4/6, Superman859

Re: GWT Violates LGPL

2009-04-06 Thread Daniel Berlin
On Apr 6, 4:27 pm, allan allan1...@gmail.com wrote: LGPL/GPL have the obligation to provide source with any binary distributions. Source can be provided directly with the binaries or in an offer, made available to the public for 3 years. No, this is true of works using the GPL, but not of

Re: GWT Violates LGPL

2009-04-06 Thread Ian Petersen
Isn't GWT released under the Apache license? I don't think it's possible for GWT to violate the GPL. Of course, I'm not a lawyer Ian On Mon, Apr 6, 2009 at 1:27 PM, allan allan1...@gmail.com wrote: LGPL/GPL have the obligation to provide source with any binary distributions. Source can

How to check a login

2009-04-06 Thread Lorenzaccio
Hello, I have a problem. When a user types in his usename and password, then hits a Validate button, i'd like to check whether the String couple he just typed matches anything in a database. I do that by calling execute() which is within the LoginCommand class which implements Command. However,

Re: GWT Violates LGPL

2009-04-06 Thread Daniel Jue
You've stated some very bold claims. How did you become so convinced of this violation and the need to address it? Are you the Beginning Rails author? On Mon, Apr 6, 2009 at 4:27 PM, allan allan1...@gmail.com wrote: LGPL/GPL have the obligation to provide source with any binary

Re: GWT Violates LGPL

2009-04-06 Thread Vitali Lovich
On Mon, Apr 6, 2009 at 4:58 PM, Ian Petersen ispet...@gmail.com wrote: Isn't GWT released under the Apache license?  I don't think it's possible for GWT to violate the GPL.  Of course, I'm not a lawyer Yes it s released as Apache. Of course it's possible for it to violate the GPL (it

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-06 Thread Daniel Jue
There is a PDF generation demo using a GWT entrypoint on the DynamicJasper website (a wrapper for Jasper, which I think still uses iText deep inside). http://dynamicjasper.sourceforge.net/ Anyway you can look at the relevant servlet code there, and the hand-off from the GWT run report button.

Re: How to check a login

2009-04-06 Thread Vitali Lovich
Please look at the tutorial http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=GettingStartedRPC. That should hopefully clear things up. There's two parts to the RPC (although 3 classes). Async - the client side class that serializes the objects sends

Re: Starting Hosted Mode leads to java.lang.UnsatisfiedLinkError (Unable to load Mozilla for hosted mode)

2009-04-06 Thread Sumit Chandel
Hi Steffen, Make sure that you have the libstdc++5 installed on your machine. Other developers who have experienced this issue found out that they were missing the library, or had a different version of the library installed (e.g. libstdc++6). Also, you might want to verify that the permissions

loading GWT applications on the fly

2009-04-06 Thread myapplicationquestions
Hi All, I have an application which has 3 tabs.,.. the first tab is called user desktop while the other 2 are based on functional areas like general, payroll. Combined these 2 general and payroll have 17 widgets total. The user desktop is something where user can select 10 widgets to be shown..

Re: MenuBar Submenu Remove Border

2009-04-06 Thread Vitali Lovich
http://www.w3schools.com/CSS/pr_class_visibility.asp css attribute name visibility set to hidden. To find the class that you need to apply it to, use something like firebug. It might not have an explicit class assigned, so you'll want to use css

Re: Folks.. I need a direction

2009-04-06 Thread Vitali Lovich
There is no framework for this. There is some validation stuff in incubator other projects though. You'll have write your own classes to do this. On Mon, Apr 6, 2009 at 11:32 AM, ammours amer.saifedd...@gmail.com wrote: Hello All, My goal is to use a developed persistence layer where

Re: MenuBar Submenu Remove Border

2009-04-06 Thread Bill Davis
Thanks, that seems pretty obvious now that I'm at home :) Unfortunately at work, I don't have any tools like that and we're not allowed to download software without going thru a lot of red tape, so sometimes I don't think about that method. Thanks, Bill.

Re: MenuBar Submenu Remove Border

2009-04-06 Thread Vitali Lovich
Wow - you can't even install a firefox plugin? That sucks. But even still, you could have manually iterated over the DOM (or used DOM.toString() at the appropriate time to get the DOM structure at a specific point in time). All widgets have a getElement method that returns the DOM element. On

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-06 Thread Superman859
Thanks for all the responses. I had (and still do) little understanding of responses and requests as I rarely work directly with them. However, I now see that GWT-RPC is not the way to go. From what I've read and what I saw using Firebug, GWT-RPC sets up the response variable for it's own

Help with Javascript Validation

2009-04-06 Thread CWWL
I've been able to use the same piece of javascript code for form validation on several websites that I maintain. However, one site that I update for a nonprofit, doesn't function properly with the form validation code. Is there something in the code that I'm missing? The test page I'm working on

libswt error on 1.6 RC2

2009-04-06 Thread tony.p..
Hello, I just upgraded to 1.6 RC2, and converted my project to it. If I run hosted mode with ant hosted, it works, but when I run it from eclipse, I get this error: Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: /home/tt/ej/lib/libswt-pi-gtk-3235.so at

Re: How to get internal widget to notify its parent widget when clicked (and have the parent execute something)

2009-04-06 Thread matttai
Ah that works only if the widget is nested in 1 object (eg. direct parent). The widget is dynamically added to various objects and can be nested at different levels. Currently i am using a VERY dodge way of this.getParent().getParent ().getParent().getParent().doSomething(); :) And in that

Re: GWT Portlets framework published

2009-04-06 Thread Joe Cole
Looks great. What are the implications for the use of the LGPL? From my understanding LGPL + gwt = distribute source? Joe On Apr 7, 1:37 am, david.tin...@gmail.com david.tin...@gmail.com wrote: GWT Portlets is a free open source web framework for building modular GWT (Google Web Toolkit)

Robust (cross-browser) check for a specific keycode?

2009-04-06 Thread Jeff Chimene
Hi, Can I reliably (cross-browser) check for a specific keycode using the following code: public void onKeyDown(Widget sender, char keyCode, int modifiers) { if ( 191 == (int)keyCode) { // question mark Window.alert(help); } } TIA, jec

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-04-06 Thread branflake2267
Yea, I want to reuse the submodules as most as possible, but I don't want to compile them into jars every time I make a change. I am trying to figure out how to configure the compiler to use the other projects as if it where one big project. Thanks for your help. Brandon On Mar 26, 2:00 pm,

Re: How to get internal widget to notify its parent widget when clicked (and have the parent execute something)

2009-04-06 Thread Vitali Lovich
Still don't see the problem. public class MyParentClass extends Composite implements ClickHandler { public void add(Widget w) { super.add(w); if (w instanceof MyChildClass) { MyChildClass child = (MyChildClass) w;

Re: GWT Portlets framework published

2009-04-06 Thread Vitali Lovich
On Mon, Apr 6, 2009 at 10:21 PM, Joe Cole profilercorporat...@gmail.comwrote: Looks great. What are the implications for the use of the LGPL? From my understanding LGPL + gwt = distribute source? No - you only have to distribute the changes you make to the library (can't recall the

Re: libswt error on 1.6 RC2

2009-04-06 Thread Vitali Lovich
That's the hosted mode trying to launch your browser. That particular problem is caused by 1 of 2 issues (at least from my experience); 1. You are using a 64-bit JVM (which you aren't so this doesn't apply to you) 2. You either moved, or don't have, the full GWT installation simply added

Re: libswt error on 1.6 RC2

2009-04-06 Thread Vitali Lovich
On a side note, I'd recommend just using OOPHM from trunk - I had far less problems with it than with hosted mode on 64-bit linux, it's compatible with the 1.6 project structure, and now that there's a wiki for it, it's very easy to set up. On Mon, Apr 6, 2009 at 11:08 PM, Vitali Lovich

Re: Robust (cross-browser) check for a specific keycode?

2009-04-06 Thread mP
Not always, this particular manifests itself for special keys like the cursor keys etc. I believe quirksmode has a good table/chart which tables keycodes. Perhaps a good future enhancement might be for GWT to normalize the differences so developers can code without being aware if these quirks.

Re: Folks.. I need a direction

2009-04-06 Thread Rakesh
You are missing something here. and that is RPC. Calling get set on your beans will modify that value only in the client browser. You want to communicate this value back to the server. So you need to make an RPC call. Now, you can generate a bean that will make RPC calls in its get set methods...

Re: Help with Byte Array to PDF

2009-04-06 Thread Carl Pritchett
Hi, You need to not use the embedded tomcat server and point the hosted mode to your real server (e.g. localhost:8080). You do this using the -noserver option passed to the GWTShell. See this reference:

Re: Search engine indexing

2009-04-06 Thread Darkflame
As a mater of interest semi-relivent to this, Is it possible to burn out GWT webpages into static html? (obviously losing interaction...just taking a snapshot of the current state of the dom and expressing the html nesscery to reproduce it). I mean, I guess you could cut and paste out of firebug,

Re: Search engine indexing

2009-04-06 Thread Vitali Lovich
DOM.toString(RootPanel.get().getElement()) On Tue, Apr 7, 2009 at 1:45 AM, Darkflame darkfl...@gmail.com wrote: As a mater of interest semi-relivent to this, Is it possible to burn out GWT webpages into static html? (obviously losing interaction...just taking a snapshot of the current state

[gwt-contrib] Re: Getting available TimeZones, Detecting Timezones?

2009-04-06 Thread David
And what in the case that the application is not running on the internet ? In banking software chances are very slim that the PC is connected. David On Sat, Apr 4, 2009 at 1:58 AM, Ray Cromwell cromwell...@gmail.com wrote: John, A google hosted service would be great, sounds like a good,

[gwt-contrib] Re: Getting available TimeZones, Detecting Timezones?

2009-04-06 Thread John Tamplin
On Mon, Apr 6, 2009 at 2:40 AM, David david.no...@gmail.com wrote: And what in the case that the application is not running on the internet ? In banking software chances are very slim that the PC is connected. The data could be compiled into the application, but it would be large. It could

[gwt-contrib] Re: weak listener in GWT?

2009-04-06 Thread Ed
Hi Hiho, Thanks for your reaction. I don't want to sound (too) arrogant, but your solution is way to simple in my case (I wish I could use it). Because of the complex requirements I have to meet, I have several layers on top of basic widgets. That is: on the level I want to do some cleanup,

[gwt-contrib] Re: JSO patch to use desiredAssertionStatus

2009-04-06 Thread Scott Blum
Very close, but I think the Java optimizer won't be able to figure that out as early as we'd like. How about something like this? public final String toString() { return JavaScriptObject.class.desiredAssertionStatus() ? toStringVerbose()? : toStringSimple(); } On Mon, Apr 6, 2009 at 1:48 AM,

[gwt-contrib] Re: code review requested - allow OpenJDK to compile GWT

2009-04-06 Thread John Tamplin
On Mon, Apr 6, 2009 at 9:07 AM, BobV b...@google.com wrote: Here is the patch which does what Scott suggested. Any objections? LGTM Thanks, committed with Scott's javadoc change at r5184. -- John A. Tamplin Software Engineer (GWT), Google

[gwt-contrib] Re: Add StyleInjector to GWT trunk

2009-04-06 Thread BobV
StyleInjector committed to trunk at r5185. @RayC, I added an assertion that there is a head tag. @RayR, The line lengths seem to be ok according to the eclipse formatting rules checked into trunk. I added notes to the Javadoc indicating that not all StyleElements returned are necessarily

[gwt-contrib] [google-web-toolkit commit] r5184 - Fix OpenJDK compatibility (a generic type inference bug) by removing the

2009-04-06 Thread codesite-noreply
Author: j...@google.com Date: Mon Apr 6 06:27:37 2009 New Revision: 5184 Modified: trunk/dev/core/src/com/google/gwt/core/ext/linker/ArtifactSet.java Log: Fix OpenJDK compatibility (a generic type inference bug) by removing the ability to return a different type than is requested. None of

[gwt-contrib] [google-web-toolkit commit] r5186 - Edited wiki page through web user interface.

2009-04-06 Thread codesite-noreply
Author: b...@google.com Date: Mon Apr 6 07:41:16 2009 New Revision: 5186 Modified: wiki/ClientBundle.wiki Log: Edited wiki page through web user interface. Modified: wiki/ClientBundle.wiki == ---

[gwt-contrib] Re: RR: shorten filenames for SOYC reports

2009-04-06 Thread Lex Spoon
I guess I should actually include the patch. Here it is: http://gwt-code-reviews.appspot.com/16802/show -Lex On Fri, Apr 3, 2009 at 6:30 PM, Lex Spoon sp...@google.com wrote: Bob, can you review this patch for me? --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5187 - Edited wiki page through web user interface.

2009-04-06 Thread codesite-noreply
Author: b...@google.com Date: Mon Apr 6 08:51:55 2009 New Revision: 5187 Modified: wiki/ClientBundle.wiki Log: Edited wiki page through web user interface. Modified: wiki/ClientBundle.wiki == ---

[gwt-contrib] RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread BobV
I'm in the process of migrating ClientBundle into trunk and it occurred to me that even if you remove the use of all deprecated types from your code, your module might still inherit an otherwise-unused module. What do you think about adding another tag to gwt.xml as follows? module deprecated

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread Bruce Johnson
Sounds pretty useful. We should lock its behavior down more, though. Maybe just deprecated superceded-by=othermodule/ where superceded-by is optional. It would be helpful to have consistent-looking deprecation messages, so we probably shouldn't leave the text open-ended. On Mon, Apr 6, 2009 at

[gwt-contrib] Re: DOMImplIE6.getZoomMultiple() divide by zero error

2009-04-06 Thread rjrjr
LGTM And I agree with putting this on the 1.6 branch, but it's Bruce's call http://gwt-code-reviews.appspot.com/17801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread BobV
On Mon, Apr 6, 2009 at 1:28 PM, Bruce Johnson br...@google.com wrote: Sounds pretty useful. We should lock its behavior down more, though. Maybe Locking it down is just going to get in the way because we can't cover all of the types of messages that you'd necessarily want to be able to convey

[gwt-contrib] Re: weak listener in GWT?

2009-04-06 Thread Ed
The solution that I suggest above, seem to work fine. BTW: I also had another look at the solution suggested by MiroSlav, but that is a technical soution that isn't correct in my case. His solution was to remove the global model listeners when the widget got detached. However, I can easily

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread Bruce Johnson
On Mon, Apr 6, 2009 at 1:35 PM, BobV b...@google.com wrote: On Mon, Apr 6, 2009 at 1:28 PM, Bruce Johnson br...@google.com wrote: Sounds pretty useful. We should lock its behavior down more, though. Maybe Locking it down is just going to get in the way because we can't cover all of the

[gwt-contrib] [google-web-toolkit commit] r5191 - Adds more bridge methods so as to simplify and make more robust

2009-04-06 Thread codesite-noreply
Author: sp...@google.com Date: Mon Apr 6 12:48:03 2009 New Revision: 5191 Modified: trunk/dev/core/src/com/google/gwt/core/ext/soyc/impl/StandardMethodMember.java trunk/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java trunk/dev/core/src/com/google/gwt/dev/jjs/ast/JProgram.java

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread BobV
I don't think that handles the most common use case, though. Wouldn't the most common thing be, Don't use this; use that? Most people will go to the absolute minimum trouble necessary, so it's unlikely people would be included to create an actual URL to point to. (IMHO) I'm thinking of the

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread Bruce Johnson
On Mon, Apr 6, 2009 at 4:17 PM, BobV b...@google.com wrote: I'm thinking of the case that I have where transitioning from ImmutableResourceBundle to ClientBundle could use some documentation to indicate where there have been changes. So how about use this instead and more information here

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread BobV
How does that manifest as XML? deprecated superceded-by=othermodule href=http://google.com/something; / where both attributes are optional. The URL will be presented by using the AbstractTreeLogger.log() method that takes a HelpInfo object. -- Bob Vawter Google Web Toolkit Team

[gwt-contrib] Re: RFC : Adding deprecations to gwt.xml files

2009-04-06 Thread John Tamplin
On Mon, Apr 6, 2009 at 4:26 PM, BobV b...@google.com wrote: How does that manifest as XML? deprecated superceded-by=othermodule href=http://google.com/something; / where both attributes are optional. The URL will be presented by using the AbstractTreeLogger.log() method that takes a

  1   2   >