Alex Kravets <akravets <at> kligerweiss.com> writes:

> 
> thanks for the clarification.
> But what does disabling the cache has to do with it? 

Because your Home.page was:

<page-specification class="...BasePage">

but later you changed it to:

<page-specification class="...Home">

As the cache is not disabled, Tapestry is still using
the old version.

> As earlier posts 
> say that okListener is retrieved from listeners map.

No. It depends on the binding. For the binding used
in the tutorial:

<binding name="listener" expression="okListener"/>

It will call getOkListener() on the page object. For
a binding like:

<binding name="listener" expression="listeners.okListener"/>

It will get the listener from the listeners map.



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

Reply via email to