Re: SSL Security Information Warning Tacos

2006-10-06 Thread Chris Chiappone

Thanks Andy, that did the trick.

On 10/5/06, andyhot [EMAIL PROTECTED] wrote:


Perhaps use
http://dojotoolkit.org/pipermail/dojo-checkins/2006-June/007071.html

Jesse Kuhnert 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






--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
~chris


Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone

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


Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone

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


Re: SSL Security Information Warning Tacos

2006-10-05 Thread Jesse Kuhnert

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


Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone

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


Re: SSL Security Information Warning Tacos

2006-10-05 Thread andyhot
Perhaps use
http://dojotoolkit.org/pipermail/dojo-checkins/2006-June/007071.html

Jesse Kuhnert 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






-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SSL Security Information Warning Tacos

2006-10-04 Thread Chris Chiappone

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


Re: SSL Security Information Warning Tacos

2006-10-04 Thread Jesse Kuhnert

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


SSL Security Information Warning Tacos

2006-10-03 Thread Chris Chiappone

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