The latest Tapestry beta (13) introduced some API changes, so that Tacos version will not work with it.
You can either get the latest version from CVS, or wait for the next tacos release (i think it's due on Monday) Ido-Eduard de Baat wrote: >Hi there, > >I'm trying to create a simple app based on tacos. The deployment of the Tacos >demo in my local Tomcat installation worked smoothly. >However, when I try to put a tacos component (InlineEditBox) in my own page, >just copying the demo code, >I get the following error: > >org.apache.hivemind.ApplicationRuntimeException: >net.sf.tacos.ajax.AjaxDirectService.getLink(Lorg/apache/tapestry/IRequestCycle;ZLjava/lang/Object;)Lorg/apache/tapestry/engine/ILink; > >Caused by: > >java.lang.NoSuchMethodError >net.sf.tacos.ajax.AjaxDirectService.getLink(Lorg/apache/tapestry/IRequestCycle;ZLjava/lang/Object;)Lorg/apache/tapestry/engine/ILink; > >Partial stack trace > ># >net.sf.tacos.ajax.components.InlineEditBox.renderComponent(InlineEditBox.java:90) ># $InlineEditBox_1.renderComponent($InlineEditBox_1.java) ># org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617) ># org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92) ># org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617) > > >I have initialized the DOJO library as described in the user guide. I have the >feeling I'm overseeing something very simple. Does anybody know what? > >Thanks. > >Ido-Eduard > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
