>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?
