Vaclav,
I think this is less of an issue, because you'd have to switch to another
tab and perform a second operation that generated feedback in the ~200
millisecond window of time between clicking a link and the new page loading.

If you need to support this functionality, you could write a storage to put
the message directly in the URL query string, either by adding it to the
request Location header for HttpResponseRedirect objects or by parsing the
response output and sticking in the extra parameter for all URLs on the
page, but this is obviously pretty ugly and in my mind not worth the effort.

Tobias




On Tue, Sep 22, 2009 at 11:17 AM, veena <vsto...@gmail.com> wrote:

>
> Hi Tobias,
> good idea with start a wiki page.
>
> I'm not sure if we don't forget one issue.
>
> How about same session (or same cookie sent by browser) with
> simultaneously opened windows of one browser? Then message could
> appear in different window not the right one where we invoke the
> event. Is it a problem? Is only possibility to get of this issue that
> flash app should add a query parameter into redirected url which would
> identify the right window?
>
> Vaclav
>
>
>
>
> On Sep 22, 3:08 am, Tobias McNulty <tob...@caktusgroup.com> wrote:
> > On Sun, Sep 20, 2009 at 10:24 AM, Russell Keith-Magee <
> >
> > freakboy3...@gmail.com> wrote:
> >
> > > You also mention that there are a number of other implementations, but
> > > you haven't really given a compelling survey or analysis of the
> > > alternatives - you've just blessed one in particular. Why?
> >
> > I started a wiki page comparing some of the different options out there:
> http://code.djangoproject.com/wiki/SessionMessages
> >
> > Feel free to update with (your messaging backend here).
> >
> > Tobias
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to