|
|
I have a page (whose class is not abstract) and I receive this error
upon accessing it. The method "submitOrg" is in the page class.
Code snippets:
....
<component id="form" type="Form">
<binding name="listener" expression="listeners.submitOrg" />
<binding name="delegate" expression="beans.delegate"/>
</component>
....
private void submitOrg(IRequestCycle cycle){
LOG.debug("Form submitted: ");
}
....
Any help is appreciated!
-RR-
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
|
|