Oh! Almost forgetting, that seems to happen only with <inject> properties

Regards

On 8/1/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
> Hello there! I'm using Tapestry 4.0 beta2 and everytime my property
> has an setter, it throws an exception:
> Error at context:/WEB-INF/TabPanel.jwc, line 6, column 74: Method
> 'public abstract void
> net.sf.webfeeds.view.components.TabPanel.setUserService(net.sf.webfeeds.services.service.user.UserService)'
> (declared in class net.sf.webfeeds.view.components.TabPanel) has no
> implementation in class net.sf.webfeeds.view.components.TabPanel (or
> enhanced subclass $TabPanel_5).
> 
> public abstract class TabPanel extends BaseComponent {
> 
>         public static final String DEFAULT_SELECT_COLOR = "#8080FF";
>         public static final String DEFAULT_UNSELECT_COLOR = "#C4D0DF";
> 
>         public abstract UserService getUserService();
>         public abstract void setUserService(UserService userService);
> 
> 
> Well, I just need to remove the setter to get it working. Ok I
> understand I don NOT need the setter, problem is, I have quite a few
> pages/componentes with them (I'm moving an 3.0 app to 4.0)
> Is this a bug???
> Regards
> 
> Vinicius
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to