Many thanks to Igor and Matej, the problem was found this morning. It turns out that while Firefox and Opera let you get away with it, MSIE will not allow you to use <span> as the placeholder for a ModalWindow. It has to be <div>.
Also found an obscure bug in IE after that one got fixed. The symptom was that the ModalWindow's contents were blank until the window was resized. The cause was an old hack that was still in my CSS where I had "position: relative" set on the html element. I vaguely recall that the reason I had this had something to do with a CSS rule regarding page flow related to the parent's position: setting. In any case, it looks like I don't need it anymore, so the solution was to just drop that, and now ModalWindow is working fine in MSIE. The AjaxFallbackLink was a red herring. Nick -- "Humans are a dangerously insane and very sick species." -- Eckhart Tolle This message has been brought to you by Nick Johnson 2.2 and the number 6. http://healerNick.com/ http://morons.org/ http://spatula.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
