It still gave me issues when submitting a form with an error then submitting
it valid, then it would bring up the old values and clobber the real values
(after saving I default back to different data in the form).

So I ammended it to


        @PageDetached
        void clearValidationTracker() {
                if (request.isXHR()) {
                        if (workItemsForm.getDefaultTracker() != null)
workItemsForm.getDefaultTracker().clear();
                        workItemsForm.setDefaultTracker(null);
                }
        }


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Ajax-and-Validation-tp2431706p4485240.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to