Alex2222 <maillist <at> tapestryforums.com> writes:

> public abstract void setCallback(ICallback value);
> public abstract ICallback getCallback();
> public void onLogin() {
>   log.debug("callback:"+ getCallback());
> }
> 
> The logfile says "callback: null", but if I call login.getCallback from the 
> listener method it has a value.
> How do I say Tapestry/Spring to persist my Callback? Is there another way to 
> solve this problem?

Are you sure you have mark the callback property as persistent?

--
Author of a book for learning Tapestry (www.agileskills2.org/EWDT)


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

Reply via email to