What is the suggested way to set a feedback message in Lotus? Something like flash messages in Rails.
In my create action I create my entity and after I redirect to index. Now I'd like to display in index a "entity successfully saved" message.
Thanks