Hi, Yeah it's still happening. I just click on the "Dynamic Table" link on that GWT Example page (http://code.google.com/webtoolkit/examples/) and the application loads, but I get a nice popup saying:
"The DynaTable example uses a Remote Procedure Call (RPC) to request data from the server. In order for the RPC to successfully return data, the server component must be available." To me, it looks like your RPC server is down... at least that's what the error message leads me to believe. For what it's worth, I've tested on FF3, IE7, and Safari 3.1.2 (and by "testing" I mean I clicked the link). I'm in Northern VA, maybe you need someone to visit the CDN near here and reboot something. I haven't pulled any code to do my own tests, I forgot why I actually went there and clicked that example, I think I was looking for some examples of a nice looking gwt scroll table. Good luck. Weird I just click on the On Sep 2, 4:01 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > If this error is still occurring and you have more details, please let me > know. The problem could be restricted to a certain region or network. > We've checked around internally and haven't found any smoking guns. > > > > On Tue, Sep 2, 2008 at 2:58 PM, Brian <[EMAIL PROTECTED]> wrote: > > > What he's saying is the online RPC example demo'ing GWT doesn't > > work. > > This has nothing to do with building and running the example locally. > > > Go here:http://code.google.com/webtoolkit/examples/ > > > and click the Dynamic Table example. It gives an RPC error. > > > Mail and Showcase examples work. > > > On Aug 12, 7:45 am, gregor <[EMAIL PROTECTED]> wrote: > > > Hi Stefan, > > > > The DynaTable example RPC should run OK in hosted mode as is (it > > > certainly does if you use the supplied shell scripts, and if it > > > doesn't in your IDE you need to sort out your IDE GWT configuration). > > > If you want to run it in web mode you need to make a web.xml to map > > > its RPC servlet before you deploy it which should look like this: > > > > <?xml version="1.0" encoding="UTF-8"?> > > > <web-app version="2.4" > > > xmlns="http://java.sun.com/xml/ns/j2ee" > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > > xsi:schemaLocation=" > >http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-ap..." > > > > <servlet> > > > <servlet-name>SchoolCalendarService</servlet-name> > > > <servlet-class> > > > > com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl > > > </servlet-class> > > > </servlet> > > > <servlet-mapping> > > > <servlet-name>SchoolCalendarService</servlet-name> > > > <url-pattern>/com.google.gwt.sample.dynatable.DynaTable/ > > > calendar</url-pattern> > > > </servlet-mapping> > > > </web-app> > > > > regards > > > gregor > > > > On Aug 12, 5:02 am, Stefan <[EMAIL PROTECTED]> wrote: > > > > > Maybe a suggestion on whether it works for everyone else. Or maybe > > > > others are having the same problem?? > > > > > So when you go to thedynamictabledemo, it works for you? > > > > > I wasn't trying to be vague but I should have probably added the link: > >http://gwt.google.com/samples/DynaTable/DynaTable.html > > > > > Cheers mate. > > > > > On Aug 11, 7:11 pm, "Ian Bambury" <[EMAIL PROTECTED]> wrote: > > > > > > My vehicle doesn't work. Any suggestions? > > > > > > Well, what kind of answer did you expect? :-) > > -- > Eric Z. Ayers - GWT Team - Atlanta, GA USAhttp://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
