Thanks to this thread, http://thread.gmane.org/gmane.comp.java.tapestry.user/13528, I have changed DatePicker.js:
(previous line) underDiv.innerHTML = "<iframe width=\"100%\" height=\"100%\" frameborder=\"0\"></iframe>"; (new code) underDiv.innerHTML = "<iframe width=\"100%\" height=\"100%\" frameborder=\"0\" src=\"https:\"> </iframe>"; Works wonderfully. On 9/15/05, RR <[EMAIL PROTECTED]> wrote: > > > >opening the DatePicker window yields a security warning in Internet > >Explorer when using an SSL connection. The message is the infamous "This > >page contains both * > secure* and non*secure* *items*. Do you want to display > >the non* > secure* *items*?". > http://article.gmane.org/gmane.comp.java.tapestry.user/7271/match=+secure+items > > > In Tapestry 3 I'm having the same problem as above -- wondering if anyone > else has experienced it and found a solution? This thread is old and I > haven't found anything else related. > > What I've tried (and without resolution): > > 1)added my cert as a trusted cert > 2)changed the component render to place an onclick in the image instead of > wrapping it as an anchor > 3)explicitly added "https:" in front of the rendered src attribute on the > img. > > Any other ideas out there? > > > >
