Re: [Wicket-user] https + closing ModalWindow

2007-01-03 Thread Matej Knopp
Well, it is probably because browsers are trying to prevent cross-site scripting. And it seems that pages from http and https are treated like pages from different sites. -Matej Konstantinos Lazouras wrote: > Hi all, > > I'm having trouble closing a modal window hosting a non-secure page by >

[Wicket-user] https + closing ModalWindow

2007-01-03 Thread Konstantinos Lazouras
Hi all, I'm having trouble closing a modal window hosting a non-secure page by using the ModalWindow.close(target). The modal opened from a secure (https) page. To be a bit more precise: if ( ((parentPage is https) && (page in modalWindow is https)) || ((parentPage is http) && (page in modalW