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
