You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Apache <ap...@ss78.shared.server-system.net> on 2006/02/28 13:22:18 UTC

makes refresh working without @Persist

TP4 project on a 1.4 VM. Cannot reproduce the behavior of DirectLink tutorial without @Persist annotation. My code:

.java

public abstract void setErrorMessage(String message);
public abstract String getErrorMessage();

in .page



in .html



I have a DirectLink, like in the tutorial:

refresh error message

and of course refresh method call a #setErrorMessage

Nothing is refreshed. I also have a doSubmit method, in response to a submit button, that return the same page with a new error message, and no refresh even in that case. 

What is missing?

Thanks. [/list]


-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14474#14474

-------------------- m2f --------------------