Hello,

I have  a  small question,  i think i used to  use interface like

public interface ISideChange {

   public abstract void setSideChanges(Boolean sideChanges);

   public abstract void getSideChanges();

   public abstract void setLinkedException(LinkedException e);

   public abstract LinkedException getLinkedException();

}

make a page class implements it and then let tapestry create the implementation at runtime, but now i get an error :

Error at context:/WEB-INF/edit/EditEvents.page, line 7, column 71: Method 'public abstract void org.jys.clepsydra.ui.ISideChange.getSideChanges()' has no implementation in class org.jys.clepsydra.ui.pages.EditEventsPage (or enhanced subclass $EditEventsPage_43).

Is that normal ?

Jean-Yves

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

Reply via email to