Tapestry doesn't cache the value, so every link (one for the form, plus one
for each PageLink or ActionLink component that renders) will re-invoke
onPassivate().
On 10/25/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
>
> Depends on what's in your page.
>
> onPassivate is called to build the context
Depends on what's in your page.
onPassivate is called to build the context for a link.
Cheers,
Nick.
Angelo Chen wrote:
Hi,
I did a test, when a page with a form is displayed, it has one onActivate
call but more than 10 onPassivate call in my test case, why?
A.C.
-