I am running Tapestry 4.0.2.

When I try to add an abstract method to an abstract
base page class, I get a
org.apache.hivemind.ApplicationRuntimeException in the
my Home page that extends the base page.

Error at context:/WEB-INF/Home.page, line 7, column
81: Method 'public abstract void
com.myapp.tapestry.BasePage.getRequest(org.apache.tapestry.web.WebRequest)'
(declared in class com.myapp.tapestry.BasePage) has no
implementation in class
com.myapp.project.pricemanagement.tapestry.pages.Home
(or enhanced subclass $Home_0).

The code in my base page class looks like this:
@InjectObject("infrastructure:request")
public abstract WebRequest getRequest();

Shouldn't I be able to do this?  

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to