When the content of a modal window is set using a page creator as shown below, 
the modal window is not displayed and you are redirected to an invalid page 
with the address "http:///<http://>".

Code :
chooseLgWindow.setPageCreator(new ModalWindow.PageCreator() {
public Page createPage() {
return new PopupChooseLg(Layout.this, chooseLgWindow);
}
});

The modal is called through an AjaxLink.

The problem occurs on IE 8.0.6001.18702 installed on Vista 32 bits. No problems 
on Firefox 3 and IE7. Does anyone have the same issue ?
This issue is really critical since the announcement of Microsoft to propose an 
upgrade of IE7 to IE8 to everyone very soon.

NB : I have entered a bug about this issue (WICKET-2207)
Daniel Chipan

Reply via email to