I'd be interested to know how they handle Ajax controls
run this little bit from dojo.js

<head>
<script language="JavaScript">
<!-- Begin

dojo.hostenv.startPackage("dojo.hostenv");
dojo.render.name=dojo.hostenv.name_="browser";
dojo.hostenv.searchIds=[];
dojo.hostenv._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"];
dojo.hostenv.getXmlhttpObject=function(){
var _b9=null;
var _ba=null;
try{
_b9=new XMLHttpRequest();
}
catch(e){
}
if(!_b9){
for(var i=0;i<3;++i){
var _bc=dojo.hostenv._XMLHTTP_PROGIDS[i];
try{
_b9=new ActiveXObject(_bc);
}
catch(e)
{
alert(e);
_ba=e;
}
}
// End -->
</script>
</head>

Yes/No ?
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Wed, 3 Sep 2008 14:49:12 -0400
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Subject: Re: on the chrome bandwagon
> 
> I have been using it since yesterday, and all the websites I often use, seem
> to work.
> 
> musachy
> 
> On Wed, Sep 3, 2008 at 2:42 PM, dynamicd <[EMAIL PROTECTED]> wrote:
> 
> >
> >
> > My App is working perfectly fine on chrome. Seems to be working the same as
> > in firefox.
> >
> >
> >
> >
> >
> > Jukka Välimaa wrote:
> > >
> > > This is one bandwagon I've been riding since I read that comic. I've done
> > > a
> > > brief overview of our app with Chrome, and mostly dojo tags seem to be
> > > working perfectly. Div, button and tree, listen- and notifytopics work
> > > just
> > > the same as in Firefox. There's one view with tabbedpanel where content
> > > from
> > > tabs escapes to other tabs or outside the panel.
> > >
> > > On Wed, Sep 3, 2008 at 7:03 AM, Jeromy Evans <
> > > [EMAIL PROTECTED]> wrote:
> > >
> > >>
> > >> I don't often jump on bandwagon's and I'm not really an early-adopter,
> > >> but
> > >> I think many struts users would appreciate the chrome comic strip:
> > >>
> > >> http://www.google.com/googlebooks/chrome/
> > >>
> > >> javascript hidden class transitions... mmm... i like that
> > >>
> > >>
> > >>
> > >> To put this on topic, has any one tested the struts 2 dojo tags in
> > chrome
> > >> yet?
> > >>
> > >> cheers,
> > >> Jeromy Evans
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >
> > >
> >
> > --
> > View this message in context:
> > http://www.nabble.com/on-the-chrome-bandwagon-tp19282592p19295392.html
> > Sent from the Struts - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd

_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/

Reply via email to