Hi, We've just started to use Wicket in the team, and it's been great!
Currently we're having an issue with base domain (altered) on multipart forms which has Ajax submits. Our application runs on "abc.subdomain.domain.com" We need to update the domain to "domain.com" to interact with an external application within the same domain. After looking into the generated HTML, wicket creates an iFrame when the form is multipart and contains ajax buttons/submits. Because the base page has altered the document.domain to "domain.com", all submits for the ajax buttons ceases to work. Is there a way to set the document.domain for the iFrame? Thanks, Paul