Hi Maarten,

This is slightly off-topic as it's not really a Wicket issue but more of a
Flash problem.
The Open Flash Chart swf works fine as long as it is not used with SSL. 
According to 
http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5c&sliceId=2
Adobe , I need to add the following to my WebPage:


        @Override
        protected void setHeaders(WebResponse response) {
                response.setHeader("Pragma", "public");
                response.setHeader("Cache-Control", "cache, must-revalidate"); 
        }

However, this still does not work for an SSL connection. Have you had deal
with this issue?

Thanks,
Steve
-- 
View this message in context: 
http://www.nabble.com/Wicket-integration-with-good-charts-api-tp20322515p20944703.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to