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 Error 404 NOT_FOUND HTTP ERROR 404 Problem accessing /timesheettracking/timesheetlogin. Reason: NOT_FOUNDPowered by Jetty:// I have spent 2 days already tryi

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 http://dl.google.com/gwt/DTD/xhtml.ent";>

Re: Frustrated with GWT

2011-07-24 Thread Gal Dolber
Maybe the uppercases? try this: /timesheettracking/timesheetlogin On Sat, Jul 23, 2011 at 9:16 PM, edprog 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 > > > Error 404 NOT_FOUND > > HTTP ER

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 wrote: > Maybe the uppercases? try this: > > /timesheettracking/timesheetlogin > > > > > > > > > > On Sat, J

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 https://groups.google.com/d/msg/google-web-toolkit/-/DDvZmZ3Qfo

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 th

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 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, > What's wrong wi

Re: Frustrated with GWT Binder

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