You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/30 11:43:11 UTC

[jira] [Resolved] (WICKET-4202) Unable to use Modal Page in IE when underling page is in a mounted package

     [ https://issues.apache.org/jira/browse/WICKET-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4202.
-------------------------------------

    Resolution: Cannot Reproduce

It seems this has been fixed already.
Works OK with current 1.5-SNAPSHOT (1.5.4 too).

                
> 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