Ok thanks jesse, I guess i'll wait to add that feature until this gets
figured out.

On 10/5/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

It's the iframe created to handle the background display. I've brought it
up
with one of the dojo devs (there are a few trac tickets open for it as
well)
but haven't gotten a response back yet.

On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote:
>
> I narrowed this down to something in the tacos:Dialog component.  Any
> thoughts?
>
> On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote:
> >
> > I checked the source of my page and there is no references to http
> > anywhere.  Also I haven't written any javascript in my page.  Could it
> be
> > some reference in the dojo package?
> >
> > On 10/4/06, Jesse Kuhnert < [EMAIL PROTECTED]> wrote:
> > >
> > > IE Shows those when you try to switch between https and http in the
> same
> > >
> > > document. Must be that your script include protocol (ie http vs
https
> )
> > > isn't the same as your apps base protocol on this page.
> > >
> > > On 10/4/06, Chris Chiappone < [EMAIL PROTECTED] > wrote:
> > > >
> > > > Anybody have any idea about this?
> > > >
> > > > On 10/3/06, Chris Chiappone < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Hi I am using tapestry 4 with tacos and notice when I include
the
> > > > > following in my HeadDelegate to allow for tacos I get the
annoying
> > > > Security
> > > > > Popup about showing secure and non-secure items.
> > > > > Has anyone else ran into this?
> > > > >
> > > > > attributeList.clear();
> > > > >         att = new Attribute("type", "text/javascript");
> > > > >         attributeList.add(att);
> > > > >         String script = "" + "djConfig = { isDebug: false, "
> > > > >                 + "baseRelativePath: \"js/dojo\", "
> > > > >                 + "preventBackButtonFix: false, " +
"parseWidgets:
> > > false
> > > > > }; "
> > > > >                 + "";
> > > > >         createScriptTag(writer, attributeList, script);
> > > > >
> > > > >         attributeList.clear();
> > > > >         att = new Attribute("type", "text/javascript");
> > > > >         attributeList.add(att);
> > > > >         att = new Attribute("src", "js/dojo/dojo.js");
> > > > >         attributeList.add(att);
> > > > >         createScriptTag(writer, attributeList, null);
> > > > >
> > > > > --
> > > > > ~chris
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > ~chris
> > > >
> > > >
> > >
> > >
> > > --
> > > Jesse Kuhnert
> > > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > >
> > >
> >
> >
> > --
> > ~chris
>
>
>
>
> --
> ~chris
>
>


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com




--
~chris

Reply via email to