On Wed, Jun 18, 2008 at 1:14 PM, simon <[EMAIL PROTECTED]> wrote: > I *believe* the situation is this (please correct me if I'm wrong). > > There are three ways to do asynch calls: > > * Built-in XHttpRequest (aka XHR) functionality in the browser. This is > the best and the "modern" way. IE7, Firefox, and several other browsers > support this. But not IE6 > > * XHttpRequest via activex. This is needed only for IE6, and does > require active-x scripting enabled. > > * IFrame approach. Old, and mostly obsolete. Oracle ADFFaces used it, > but that product is now dead. Don't know what other libs might support > this. > > > So Elias, I think you're stuck. No modern toolkit supports the IFrame > approach any more. And the XHR approach on IE6 requires activex > scripting. > > Looks like you'll need to either change your policy or upgrade your > browsers. Or do without AJAX.
you are right. with "workaround" I was talking about the IFrame solution > > Regards, > Simon > > On Wed, 2008-06-18 at 13:06 -0700, Matthias Wessendorf wrote: >> Trinidad used to go by IFrame for ppr/ajax-style communications. >> We decided to completely move to XHR instead. >> So maybe you have to create a similar work around for that. >> >> -M >> >> On Wed, Jun 18, 2008 at 3:58 AM, Sierra Paramo, Elias >> <[EMAIL PROTECTED]> wrote: >> > Hi, I have a .xhtml Page which uses a rich:dataTable and a >> > rich:datascroller. >> > >> > My problem is, when I use internet Explorer 6 with the security settings >> > disabled for "Script ActiveX controls marked safe for scripting", the page >> > is loaded with errors. >> > >> > The scroller doesn't work and it shows an error with: …"A4J.AJAX is null or >> > not an object"… >> > >> > My question is, is there any way to specifying in the request not to use >> > AJAX for scripting? For policy reasons the security settings can't be >> > changed in the IE-6 browser. >> > >> > >> > >> > Thanks and I hope somebody can help me. >> > >> > >> > >> > >> > >> > -- >> > >> > Elias Sierra, Software Development - QA >> > >> > [EMAIL PROTECTED] >> > >> > T: +49.40.398855-327 | F: +49.40.398855-55 >> > >> > SinnerSchrader Deutschland GmbH >> > Völckersstraße 38, D-22765 Hamburg >> > Amtsgericht Hamburg, HRB 63663 >> > Geschäftsführer: Matthias Schrader (Sprecher), Holger Blank, Laurent >> > Burdin, >> > Thomas Dyckhoff, Chris Wallon >> > >> > Büros: Hamburg, Frankfurt am Main >> > >> > http://www.sinnerschrader.de | Creating Radical Relationships. >> > >> > >> > >> > >> >> >> > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
