Re: How to share "flash" message across pages better?

2008-11-27 Thread dhning
a" <[EMAIL PROTECTED]> To: Sent: Friday, November 28, 2008 12:36 PM Subject: How to share "flash" message across pages better? > > Hi, > > As I figured out @Persist will basically store the value in the > session/flash for _this_ specific page. > > Let

How to share "flash" message across pages better?

2008-11-27 Thread inrila
Hi, As I figured out @Persist will basically store the value in the session/flash for _this_ specific page. Let's say I created simple CRUD, where on the "List" page I am showing all records. When adding new record after onSuccess() I want to put some flash message i.e. "Your record was created