Hi,

I have AJAX dialog that contains a form. When the form has validations and
the form is submitted (using ajax), the dialog is kept open and the error
messages are shown.

However, if I close the dialog and open it again the error messages are
still there. The dialog is refreshed from server side before opening it. 

The question is: form errors are persisted using flash strategy? When the
errors are rendered out in the _same_ request that the errors originate
from, should I empty the errors by hand after the rendering phase is over?

I know the mechanism works ok if the errors are rendered out in the next
request (post redirect get), but should Tapestry use non-persisting
ValidationTracker if the request is xhr? (No need to persist those errors?)

 - Ville

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-3-rc-3-Error-messages-and-AJAX-tp4974222p4974222.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