Thanks Martin. That was the problem.
--- Martin Strand <[EMAIL PROTECTED]> wrote:
> I think you've got two methods mixed up.
>
> This part looks ok
> > @InjectObject("infrastructure:request")
> > public abstract WebRequest getRequest();
>
> But the method causing a problem is
> > 81: Method 'p
I think you've got two methods mixed up.
This part looks ok
> @InjectObject("infrastructure:request")
> public abstract WebRequest getRequest();
But the method causing a problem is
> 81: Method 'public abstract void
> com.myapp.tapestry.BasePage.getRequest(org.apache.tapestry.web.WebRequest)'
tha
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.