this because you are using T5.1.x It's a problem I've already solved, but you have to use the version from git.
If it's not a problem use T5.0.x cheers, kiuma On Wed, Apr 22, 2009 at 12:32 PM, kk4Nabble <kavya....@gmail.com> wrote: > > Hii Andrea, > > I added > <repository> > <id>TapestryJFly</id> > <url>http://tapestry-jfly.sourceforge.net/repository/</url> > </repository> > under repositories > and > > <dependency> > <groupId>net.sourceforge.tapestryjfly</groupId> > <artifactId>dojotapestry5</artifactId> > <version>1.2.3-rc2</version> > </dependency> > under dependencies inside pom.xml > > > But now am getting > > java.lang.NoSuchMethodError:org.apache.tapestry5.internal.structure.Page.getLogicalName()Ljava/lang/String; > > Did i miss anything? > > Complete error: > > java.lang.NoSuchMethodError: > org.apache.tapestry5.internal.structure.Page.getLogicalName()Ljava/lang/String; > at > net.sourceforge.tapestryjfly.dojotapestry5.decorators.DojoMarkupRendererDecoratorImpl$1.getDojoAnnotation(DojoMarkupRendererDecoratorImpl.java:89) > at > net.sourceforge.tapestryjfly.dojotapestry5.decorators.DojoMarkupRendererDecoratorImpl$1.renderPageMarkup(DojoMarkupRendererDecoratorImpl.java:107) > at > net.sourceforge.tapestryjfly.dojotapestry5.decorators.DojoMarkupRendererDecoratorImpl$1.advise(DojoMarkupRendererDecoratorImpl.java:79) > at > org.apache.tapestry5.ioc.internal.services.AbstractInvocation.proceed(AbstractInvocation.java:121) > at > $PageMarkupRenderer_120cd58764a.renderPageMarkup($PageMarkupRenderer_120cd58764a.java) > at > $PageMarkupRenderer_120cd587643.renderPageMarkup($PageMarkupRenderer_120cd587643.java) > at > org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:61) > at > $PageResponseRenderer_120cd5875ff.renderPageResponse($PageResponseRenderer_120cd5875ff.java) > at > org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException(DefaultRequestExceptionHandler.java:77) > at > $RequestExceptionHandler_120cd5875e7.handleRequestException($RequestExceptionHandler_120cd5875e7.java) > at > org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:42) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:772) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:762) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:85) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > org.apache.tapestry5.internal.services.URLRewriterRequestFilter.service(URLRewriterRequestFilter.java:64) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at com.dentapriseT5.services.AppModule$1.service(AppModule.java:84) > at $RequestFilter_120cd5875e5.service($RequestFilter_120cd5875e5.java) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90) > at > org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81) > at > org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85) > at > org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103) > at > $RequestHandler_120cd5875e9.service($RequestHandler_120cd5875e9.java) > at > $RequestHandler_120cd5875de.service($RequestHandler_120cd5875de.java) > at > org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:201) > at > org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53) > at > $HttpServletRequestHandler_120cd5875e0.service($HttpServletRequestHandler_120cd5875e0.java) > at > org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62) > at > $HttpServletRequestFilter_120cd5875dd.service($HttpServletRequestFilter_120cd5875dd.java) > at > $HttpServletRequestHandler_120cd5875e0.service($HttpServletRequestHandler_120cd5875e0.java) > at > org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:722) > at > $HttpServletRequestHandler_120cd5875e0.service($HttpServletRequestHandler_120cd5875e0.java) > at > $HttpServletRequestHandler_120cd5875db.service($HttpServletRequestHandler_120cd5875db.java) > at > org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:127) > at > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726) > at > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:324) > at > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) > at > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) > > > Andrea Chiumenti wrote: >> >> not integrating it natively is a good choice IMHO, because doing so >> dojo versions are not boud to T5 releases >> >> Remember that it's alpha. >> I need to do some work on it before going in beta >> >> On Wed, Apr 22, 2009 at 10:07 AM, kk4Nabble <kavya....@gmail.com> wrote: >>> >>> Thanks a lot.. >>> >>> Hoping to see dojo with T5. >>> >>> >>> I was really dissappointed when i heard T5 is not integrated with dojo. >>> Anyways I ll look into the url u sent. >>> Thanks again :-) >>> >>> >>> >>> >>> Andrea Chiumenti wrote: >>>> >>>> Yes it is! >>>> I've done it. >>>> It's currently in alpha status and I'm waiting the dojo comunity will >>>> review the maven dojo build plugin I've done. >>>> When the plugin will be successfully tested, then the project will be >>>> modifyed to use it and moved to formos.com (Howard allowing :P) >>>> >>>> If you want to give the T5 dojo integration library go to >>>> http://tapestry-jfly.sourceforge.net/ >>>> >>>> Cheers, >>>> kiuma >>>> >>>> On Wed, Apr 22, 2009 at 9:42 AM, Peter Stavrinides >>>> <p.stavrini...@albourne.com> wrote: >>>>> >>>>>> Since tapestry4.1.5 was integrated with dojo. >>>>>> I used the above method to get a dojo widget. >>>>>> What is method in tapestry 5? >>>>> Dojo is not integrated natively into Tapestry 5, it uses Pototype >>>>> instead, but you could have a look at the ChenillKit datepicker >>>>> instead: >>>>> http://www.chenillekit.org/demo/tapcomp/datetimefielddemo >>>>> >>>>>> Also any tutorial for using dwr? >>>>> Not that I know of... though its pretty straightforward, the DWR docs >>>>> are >>>>> nice and detailed with examples. >>>>> >>>>> Peter >>>>> >>>>> ----- Original Message ----- >>>>> From: "kk4Nabble" <kavya....@gmail.com> >>>>> To: users@tapestry.apache.org >>>>> Sent: Wednesday, 22 April, 2009 10:24:43 GMT +02:00 Athens, Beirut, >>>>> Bucharest, Istanbul >>>>> Subject: using dojo in tapestry 5 >>>>> >>>>> >>>>> Hi all, >>>>> am new to tapestry5. And am learning it. >>>>> >>>>> <div jwcid="datepic...@dojo:Widget" dojoType="dpwidgets:newDatePicker" >>>>> isContainer="true"></div> >>>>> >>>>> Since tapestry4.1.5 was integrated with dojo. >>>>> I used the above method to get a dojo widget. >>>>> >>>>> What is method in tapestry 5? >>>>> >>>>> Is there any example or tutorial using dojo with tapestry 5. >>>>> >>>>> Also any tutorial for using dwr? >>>>> >>>>> Thanks in advance >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/using-dojo-in-tapestry-5-tp23171034p23171034.html >>>>> Sent from the Tapestry - User mailing list archive at Nabble.com. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>>>> For additional commands, e-mail: users-h...@tapestry.apache.org >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>>>> For additional commands, e-mail: users-h...@tapestry.apache.org >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>>> For additional commands, e-mail: users-h...@tapestry.apache.org >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/using-dojo-in-tapestry-5-tp23171034p23171648.html >>> Sent from the Tapestry - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>> For additional commands, e-mail: users-h...@tapestry.apache.org >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >> > > -- > View this message in context: > http://www.nabble.com/using-dojo-in-tapestry-5-tp23171034p23173670.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org