You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ido-Eduard de Baat <id...@tmns.com> on 2005/11/23 19:06:42 UTC

Config problem Tacos4-alpha6

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





  


Re: Config problem Tacos4-alpha6

Posted by Andreas Andreou <an...@di.uoa.gr>.
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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Config problem Tacos4-alpha6

Posted by Jesse Kuhnert <jk...@gmail.com>.
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 <id...@tmns.com> 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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org