It sounds like the wrong version of tapestry :) Try making sure your app is running with the same tapestry libs that the demo is and see if it works.
jesse On 11/23/05, Ido-Eduard de Baat <[EMAIL PROTECTED]> 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]
