[
https://issues.apache.org/jira/browse/WICKET-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mathijs de Groot updated WICKET-4202:
-------------------------------------
Attachment: quickstart.zip
Quickstart reproducing this issue.
To see the modal working in IE8, go to the WicketApplication and:
comment:
mountPackage("ie", IEModalIssuePage.class);
And uncomment:
mountPage("ie", IEModalIssuePage.class);
> Unable to use Modal Page in IE when underling page is in a mounted package
> --------------------------------------------------------------------------
>
> Key: WICKET-4202
> URL: https://issues.apache.org/jira/browse/WICKET-4202
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.5.2
> Environment: Java: Oracle JDK 1.6.0_26
> Application OS: Windows 7 and Red Hat Enterprise Linux 5
> User OS: Windows
> Browser: Internet Explorer 8 (8.0.7600.16385)
> Reporter: Mathijs de Groot
> Labels: 404, 404-error, dialog, ie, ie7, ie8, modal, mountpackage
> Attachments: quickstart.zip
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Unable to open a Modal Page dialog in Internet Explorer (IE) 7 and 8 when the
> underling (calling) page is mounted as a package in the web application.
> Modal Page is create like:
> http://www.wicket-library.com/wicket-examples/ajax/modal-window - "Show modal
> dialog with a page ".
> Add mountPackage("ie", xxxPage.class) in the WicketApplication.
> Unable to open the dialog in IE 7 or 8
> Error Shown:
> HTTP ERROR 404
> Problem accessing /ie/wicket/page. Reason:
> Not Found
> Notes:
> The Modal works fine in Chrome (15), Firefox (3.6) and IE 6.
> The Modal gets constructed.
> The Modal works fine when using mountPage("ie", xxxPage.class)
> Workaround:
> First mount the package you want.
> Second mount underling page (that calls the modal) on a separate path
> Example:
> mountPackage("yyy", A.class);
> mountPage("zzz", B.class);
> Where B is the page calling the Modal, and A is in the same package as B.
> I'll provide a quick start project to reproduce this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira