Context question and how to do a refresh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Context question and how to do a refresh

BrunoBB

Hi all,

First of all congratulations for the google selection !!!
Unfortunately i'm pretty busy right now.

I have a WebApplication which works fine under Mozilla.

But under Google Chrome i can not use commands buttons because it never
find the context.
So:
printWebPageFor: aRequest

      ctx := self findCreateOrSerializeContextFor: aRequest. "for posts and
ajax just find, never create. Req's context is also set"
      ctx  isNil ifTrue:
                [self halt. ^WebPage new addText: 'request for unknown or nonexistent
context!'; yourself].

The problem is that #findCreateOrSerializeContextFor: does not find the
context ONLY with Chrome.
It works in:
Mozilla.
Opera.
Internet Explorer.

The last question is how to force a web refresh in AIDA ?

I try:
self redirectTo: self observee.

But after this i want to force the page reload.

Regards,
Bruno
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida