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

Reply via email to