Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-21 Thread Simon Sew
Hi, Can you provide me with the link on how to upgrade the dojo toolkit. Cant find a page that is simple enough for me to understand. Thanks. P.S: Already post my problem to dojo mailing list. Hope I can get some answers. Jeromy Evans [EMAIL PROTECTED] wrote: Simon Sew wrote: Hi, I have

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
Hi Jeromy, The solutions provided doesn't work for me. I still have the pop up message. One more thing. I found out that struts2 dojo have some missing files. I used fidler to check : /struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Jeromy Evans
Simon Sew wrote: Hi Jeromy, The solutions provided doesn't work for me. I still have the pop up message. One more thing. I found out that struts2 dojo have some missing files. I used fidler to check : /struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
Hi, I have pinpoint the problem to this remote div.. The code as below. s:div id=contentReport href=%{report_dynamic} autoStart=false listenTopics=/refreshContent formId=report_form showErrorTransportText=false theme=ajax I tried change the iframe.js but to no avail. I tried using 1)

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Jeromy Evans
Simon Sew wrote: Hi, I have pinpoint the problem to this remote div.. The code as below. s:div id=contentReport href=%{report_dynamic} autoStart=false listenTopics=/refreshContent formId=report_form showErrorTransportText=false theme=ajax I tried change the iframe.js but to no avail. I

[S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-18 Thread Simon Sew
Hi, I'm trying to create a simple ajax using struts2. The ajax is running fine.But I'm trying to fix this error message when using https server. The alert message is This page contains both secure and nonsecure items. Do you wish to display the nonsecure items?. Here's my code. %@ page

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-18 Thread Jeromy Evans
Simon Sew wrote: Hi, I'm trying to create a simple ajax using struts2. The ajax is running fine.But I'm trying to fix this error message when using https server. The alert message is This page contains both secure and nonsecure items. Do you wish to display the nonsecure items?. ... s:div