On 6/3/08, Bart McLeod <[EMAIL PROTECTED]> wrote: > > If you submit the form and validate it, your post data will still be in the > form, while the page has been refreshed (there has been a round trip to the > server upon form submission). > > I did never use flashmessenger, but I do not see why it would not display > its message when the user submits the form and thus refreshes the page?
FlashMessenger stores the message in the session. When I said "refresh", I didn't mean the page request when the form is submitted, but another request *after* the form has been processed ;-) Bart > -- Vincent
