|
|
Jesse - you da man.
Why would the base tag have an effect on tacos in IE? Simple things like
that I wouldn't been able to figure out without the help of this list.
Thanks again.
~chris
On 4/11/06, Jesse Kuhnert <jkuhnert@xxxxxxxxx> wrote:
>
> See what happens when you set "renderBaseTag" to false in your @Shell
> component.
>
> On 4/11/06, Chris Chiappone <chiappone@xxxxxxxxx> wrote:
> >
> > I have been building an application for some time now using tacos and
> > tapestry 4. I do most of my testing in firefox. Today I decided to
> make
> > sure everything looked good in IE. An obviously IE has a major problem.
> > The webpage won't even open I get the following error in IE 6 "Internet
> > Explorer cannot open http://blah.blah.... Operation Aborted"
> >
> > I've searched around and found that references to this problem
> > http://www.shaftek.org/blog/archives/000212.html
> >
> > It seems IE doesn't like <script> tags in certain areas. So I tried
> going
> > through my code to see if I have this issue anywhere. When I removed
> the
> > following out lines out of my <head>
> >
> > <script type="text/javascript">
> > <!--
> > djConfig = { isDebug: false, baseRelativePath: "js/dojo",
> > preventBackButtonFix: false, parseWidgets: false };
> > -->
> > </script>
> >
> > <script type="text/javascript" src="js/dojo/dojo.js"></script>
> >
> > </head>
> >
> > I can browse to my page again. The problem is now I have lost all Tacos
> > and
> > Ajax functionality in my site. Does anyone have any thoughts on
> > this? This
> > would really be a problem if I can't get it to work. Thanks in advance
> > for
> > the help...
> >
> >
> > --
> > ~chris
> >
> >
>
>
> --
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://opennotion.com
>
>
--
~chris
|
|