I have a page class that implements PageValidateListener
public abstract class Home extends BasePage implements PageValidateListener {
it has a method
public void pageValidate (PageEvent event) {
but my first attempt to call the page tells me it is failing to find the
method
Error at context:/Home.html: Method 'public abstract void
org.apache.tapestry.event.PageValidateListener.pageValidate(org.apache.tapestry.event.PageEvent)'
has no implementation in class uk.org.chandlerfamily.usermgr.pages.Home (or
enhanced subclass $Home_0).
What am I doing wrong?
--
Alan Chandler
http://www.chandlerfamily.org.uk
Open Source. It's the difference between trust and antitrust.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]