You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jeffrey Schneller <je...@envisa.com> on 2010/07/14 23:53:55 UTC

Panel under https

I have a panel which contains a form on my page that is shown as a modal
window via JQuery.  The page itself is not under https but I would like
the form to be submitted via SSL.  The form is submitted via an
IndicatingAjaxButton.  How can I make the form submitted via https but
not have the rest of the page under ssl.

 

Thanks.

 

Jeff