On Thu, Dec 29, 2011 at 3:04 AM, Nelson Segura <[email protected]> wrote: > Sorry, this could be a dupped of WICKET-4241.
Did you verify that 4241 fixes it ? > -Nelson > > On Wed, Dec 28, 2011 at 5:02 PM, Nelson Segura <[email protected]> wrote: >> I think this is a bug in Wicket 1.5.3. >> >> You cannot open a modal window when using ie8 (possible ie7) if the >> context of the page you are opening from has more than one level. >> >> Example, >> >> if your parent page is http://localhost/modaltest, then wicket will >> correctly open the modal window in IE, because it will generate a call >> to 'wicket/page' >> if your parent page is http://localhost/test/modal test, then a 404 >> error will be shown in the modal window, because the requested URL for >> the page will be 'test/wicket/page' >> >> I have created a quick start for it, and could create a bug, unless >> someone thinks I am missing something obvious. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
