Hi I can conform that there is an error there. The message is: "An RPC server can not be reached".
Hermod -----Opprinnelig melding----- Fra: [email protected] [mailto:[EMAIL PROTECTED] På vegne av Eric Ayers Sendt: 2. september 2008 22:01 Til: [email protected] Emne: Re: dynamic table 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/n s/j2ee/web-app_2_4.xsd" > > <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 USA http://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 -~----------~----~----~----~------~----~------~--~---
