You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Warner Onstine <sw...@warneronstine.com> on 2005/08/10 05:35:00 UTC

4.0 component problem

I've been working on a component and have run into this issue when 
trying to use it:

Error at classpath:/com/sandcast/lazarus/components/Canvas.jwc, line 7, 
column 73: Error adding property XScale to class 
com.sandcast.lazarus.components.Canvas: Unable to add method 
java.lang.Integer getXScale() to class $Canvas_1: duplicate method: 
getXScale

I have defined this as a parameter coming into the component, and have 
also defined this as an abstract method in View, which Canvas extends 
from. Canvas is an Abstract class itself.

Anyone have a good idea as to the issue with this?

-warner


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: 4.0 component problem

Posted by Warner Onstine <sw...@warneronstine.com>.
Hi all,
I hate to bug people but I haven't gotten any feedback on this issue.  
Do I need to send some source code/jwc code?

Thanks in advance.

-warner

On Aug 9, 2005, at 8:35 PM, Warner Onstine wrote:

> I've been working on a component and have run into this issue when  
> trying to use it:
>
> Error at classpath:/com/sandcast/lazarus/components/Canvas.jwc,  
> line 7, column 73: Error adding property XScale to class  
> com.sandcast.lazarus.components.Canvas: Unable to add method  
> java.lang.Integer getXScale() to class $Canvas_1: duplicate method:  
> getXScale
>
> I have defined this as a parameter coming into the component, and  
> have also defined this as an abstract method in View, which Canvas  
> extends from. Canvas is an Abstract class itself.
>
> Anyone have a good idea as to the issue with this?
>
> -warner
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org