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 --------------------
