@Chris: I think you mis-understood me. I am redirecting to another URL - not to set flash. I would like to keep the context of flash notices that was set - so the redirected url picks it up.
@ Andrew: thanks - its a similar approach I was thinking of. Thought there may be a less 'clunky' way. On May 14, 1:06 am, "Chris B." <[email protected]> wrote: > I think it would be awkward to call a URL just to add aflashnotice to > the site. > Do it in JS only, and "simulate" theflashnotice, by showing it using > pure clientside javascript. > > Like: document.getElementById("myEmptyFlashNoticeDiv).innerHTML = "my > notice" > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

