Re: Frustrated with GWT

2011-07-25 Thread Jeff Larsen
Did you map your servlet in your web.xml file? -- 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/-/95sWSOEQpS4J. To post to this group, send email

Re: Frustrated with GWT

2011-07-25 Thread Kevin Jordan
Yeah, definitely looks like a case-sensitive error. It's got uppercase letters in the mapping of where it's listening on, but all lowercase in the request. On Jul 24, 11:09 pm, Gal Dolber gal.dol...@gmail.com wrote: Maybe the uppercases? try this:

Re: Frustrated with GWT

2011-07-25 Thread Jeff Larsen
oops, i missed the web.xml at the top of the post. Yea, I agree with everyone else. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Frustrated with GWT

2011-07-25 Thread JC
I spent one week trying to connect my GWT Client application to my Servlet throug RPC and I got a similar problem. I gave up testing from Eclipse/GWT plugin against my servlet handling the JDBC connection. It looks like GWT is forcing you to use Jetty and GWT database. I solved the problem with

Frustrated with GWT

2011-07-24 Thread edprog
Hello, I like the look and feel of GWT but I can find out why i am getting a Error when invoking the pageable data service :404 html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head bodyh2HTTP ERROR 404/h2 pProblem accessing

Re: Frustrated with GWT

2011-07-24 Thread Gal Dolber
Maybe the uppercases? try this: url-pattern/timesheettracking/timesheetlogin/url-pattern On Sat, Jul 23, 2011 at 9:16 PM, edprog edwin...@gmail.com wrote: Hello, I like the look and feel of GWT but I can find out why i am getting a Error when invoking the pageable data service :404 html

Re: Frustrated with GWT Binder

2010-11-29 Thread Jeff Zhang
Paul, Thank you very much On Nov 27, 2:26 am, Paul Stockley pstockl...@gmail.com wrote: You need to add it to the RootLayoutPanel not the RootPanel. On Nov 26, 2:46 am,JeffZhangzjf...@gmail.com wrote: Hi all, I'd like to create a UI like the sample application Mail. But I meet

Frustrated with GWT Binder

2010-11-26 Thread Jeff Zhang
Hi all, I'd like to create a UI like the sample application Mail. But I meet some weird problems. When I run the application, I can only see an empty page with nothing, What's wrong with my code ? The following is my sample code: // widget binder xml !DOCTYPE ui:UiBinder SYSTEM

Re: Frustrated with GWT Binder

2010-11-26 Thread Paul Stockley
You need to add it to the RootLayoutPanel not the RootPanel. On Nov 26, 2:46 am, Jeff Zhang zjf...@gmail.com wrote: Hi all, I'd like to create a UI like the sample application Mail. But I meet some weird problems. When I run the application, I can only see an empty page with nothing,