Hi John,
As title, you know now we get the http response as html and show it in a div. But how we show the flash message correctly?
Here is a scenario,
1.click "add" link and show the form.
2.submit the form to create a new entry with ajax,
3.in controller, save the entry, flash a message(such as "created successfully") then return to the page list view.
4.there is no flash message in the page
5.click the "show"(or page list) link, the flash message shows up.
Any suggestion?