GWT Incubator: table example broken link

2009-02-07 Thread Fred Janon
On this page: http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=ScrollTable the link Example: http://google-web-toolkit-incubator.googlecode.com/svn/trunk/demo/ScrollTable/index.html is broken (404) Would someone fix it and report? Thanks Fred

Re: Announcing GWT 1.6 Milestone 1

2009-02-07 Thread Dop Sun
Waiting for quite sometime, and I'm targeting 1.6 to build my GDE project for quite some time, and finally, got a milestone release ready. :) Great News! On Feb 6, 11:26 pm, Scott Blum sco...@google.com wrote: Greetings GWT developers, The GWT team is happy to announce the availability of

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
Hi, Thanks again for the help. GWT.getModuleBaseURL() returns http://localhost:8080/com.tergwt.Main/ so i guess the path is correct... I tried to put the hardcoded path to my app folder (/home/jon/ GWTDeploy/webapps/com.tergwt.Main + /FileServlet) and i still get this 404. I even tried to point

Re: Servlets and web.xml

2009-02-07 Thread jmpeace
Why don't you try opening a separated browser window and point to http://localhost:/FileServlet It should give you a HTTP Status 500 error meaning it is listening there in hosted mode On Feb 7, 8:05 am, Jonathan jonathan.delf...@gmail.com wrote: Hi, Thanks again for the help.

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
Pointing to http://localhost:8080/com.tergwt.Main/FileServlet shows me HTTP 405 (HTTP method GET is not supported by this URL). http://localhost:8080/FileServlet shows 404 (normal it's not in my webapp folder). So, the FileServlet is here, but it stills can't be found by the form action ? I'm

GWT with webservices

2009-02-07 Thread chandrajeet
Hi All, I didn't find yet a clean way to use webservices and GWT. I am using axis and it generates many Axis objects which aren't recognized by GWT as they are not POJOs. So, I am manually creating a new set of POJOs from those axis objects in the GWT client package. Is there any straight

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
Wow i don't know what happened but i put form.setAction(GWT.getHostPageBaseURL() + FileServlet); using this web.xml and all finally works fine... Thanks you very much for the help, i can now go forward ! Thanks again ! Best regards, Jonathan On 7 fév, 15:48, Jonathan jonathan.delf...@gmail.com

Tab bar styles are not working..

2009-02-07 Thread Ananda Rao
Hi, i have added styles to tab-bar, but they are not reflecting ( are in the default style). below are my CSS code.. can you please help me here why it is not getting reflected to the tab panle.. .gwt-TabBar .gwt-TabBarFirst { height: 100%; border-bottom: 1px solid #87b3ff;

Setting Google Map Icon Style

2009-02-07 Thread JeanV
Is there anyway to set the style of an marker's image? I use Icon to create the image for each marker but I would like to be able to set a style so I can use CSS to create borders around each marker's image. Any help would be greatly appreciated. jean

Re: Parsing http GWT command line

2009-02-07 Thread OffTheWall
Here are two classes that can be used to get at the values in the command line: import com.google.gwt.core.client.JavaScriptObject; /** * Thanks to Robert Hanson and Adam Tacy for GWT in Action. */ public class CommandLine extends JavaScriptObject { private static CommandLineImpl impl =

Re: Announcing GWT 1.6 Milestone 1

2009-02-07 Thread cyril.lakech
Great news Félicitations ! We don't need to build from the source now ! I'm goint to test this M1 next week ! Regards, On 6 fév, 16:26, Scott Blum sco...@google.com wrote: Greetings GWT developers, The GWT team is happy to announce the availability of 1.6 Milestone 1! Binary

Re: GWT with webservices

2009-02-07 Thread Ben Tilford
JAX-WS can be used. If you've been using Axis you'll probably find it a lot easier. 2009/2/7 chandrajeet chandraj...@gmail.com Hi All, I didn't find yet a clean way to use webservices and GWT. I am using axis and it generates many Axis objects which aren't recognized by GWT as they are not

Re: gwt site interface

2009-02-07 Thread lidos
hey gwt community, first post here. I m checking this new tool and i will really want to make a site , using this menu , can anyone help me?? jake did u find anything? i would be grateful if someone help me!! ty a lot. --~--~-~--~~~---~--~~ You received this

Re: Anyone configure GWTShell to listen on a network interface?

2009-02-07 Thread Charlie Collins
You don't really have to dig into it to make it listen on a different port. It supports a -port option to tell it to listen on any port you want. As far as which interface it listens on, that's different, but in my experience (and on my machine right now, Linux, GWT 1.5.3), it doesn't bind just

Re: Servlets and web.xml

2009-02-07 Thread Shawn Brown
Hi, So what is the value for GWT.getHostPageBaseURL()? What is your app called? By that I mean under Jetty_home/webapps/, in what dir is your app. Probably it's not com.tergwt.Main, but that is what you were asking in http://localhost:8080/com.tergwt.Main/FileServlet

store xml

2009-02-07 Thread taha
how can i store XML that created by gwt library into local disk --~--~-~--~~~---~--~~ 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

Re: Parsing http GWT command line

2009-02-07 Thread Thomas Broyer
On 6 fév, 20:02, OffTheWall move-o...@comcast.net wrote: I would like my GWT application to parse the url that it was called with.  Something like this: http://mymachine.com/myapp?key1=value1 And be able to grab the key values pairs from within my application. The key may be a fixed

StackPanel headers as Hyperlink

2009-02-07 Thread Superman859
I was wondering if anyone knew of an easy way to use a StackPanel header as a hyperlink. I'm trying to make a navigation menu using StackPanel and vertical panels. However, there are one or two menu items that have no submenu (thus no VerticalPanel). Currently, my VerticalPanel consists of

Re: store xml

2009-02-07 Thread Damien Picard
Hi, I think you could do that by two ways : - Send XML to the server, and invite the user to download it from the server to local. This solution needs the user to be done. or - Use Google Gears (needs plugin) to store directly on local disk. Regards, Damien Picard 2009/2/8 taha

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread nicolas de loof
Please note 1.5.x history at http://code.google.com/p/google-web-toolkit/downloads/list?can=4q=colspec=Filename+Summary+Uploaded+Size+DownloadCount 1.5.0 was RC1 1.5.1 was RC2 GWT-1.5 final is 1.5.2 ! On Sat, Feb 7, 2009 at 9:50 AM, nicolas de loof nicolas.del...@gmail.comwrote: I'm not

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread Ray Cromwell
Well, maybe the GWT guys can offer some guidance on how they plan to number 1.6 milestone releases. My only further comment is that there is no reason why maven repo versions have to match GWT versions. I've seen GWT artifacts named -rc1 in some maven repos. The GWT team doesn't officially

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread nicolas de loof
That's right, and you can be sure I'll check the next version number. Anyway, we still can use Jboss-like versionning : 1.6.0.final or 1.6.0.GA On Sat, Feb 7, 2009 at 9:58 AM, Ray Cromwell cromwell...@gmail.com wrote: Well, maybe the GWT guys can offer some guidance on how they plan to number

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread John Tamplin
On Sat, Feb 7, 2009 at 3:42 AM, Ray Cromwell cromwell...@gmail.com wrote: Yes, but when M2, M3, RC1, etc are released, all with version 1.6.0, it will make it hard for someone to discern just which version is actually in the repo unless one makes assumptions about timestamps in the repo. It

[gwt-contrib] Re: RR : Declassifying RPC / Removing all type names from compilation

2009-02-07 Thread Emily Crutcher
Do you have any numbers of how much this shrinks compiled output, as this seems like a terrific change! Thanks for doing it :-). Cheers, Emily On Fri, Feb 6, 2009 at 1:21 PM, BobV b...@google.com wrote: On Thu, Feb 5, 2009 at 12:28 AM, BobV b...@google.com