[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-07-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697634#comment-13697634
 ] 

Hudson commented on WICKET-5071:


Integrated in Syncope-1_1_X #74 (See 
[https://builds.apache.org/job/Syncope-1_1_X/74/])
[SYNCOPE-370] Upgrade to Wicket 6.9.0 (that contains WICKET-5071) (Revision 
1498805)

 Result = SUCCESS
ilgrosso : 
Files : 
* /syncope/branches/1_1_X/pom.xml


> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.9.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-06-17 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685654#comment-13685654
 ] 

Jered Myers commented on WICKET-5071:
-

Thanks Martin!  It seems to be working with what I have tested so far!

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.9.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-06-14 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683894#comment-13683894
 ] 

Jered Myers commented on WICKET-5071:
-

This still does not seem to be working.  I used the branch 
remotes/origin/wicket-6.x to build.  I ran this test in IE 8. Here is what is 
in my console:

SSL access to the quickstart has been enabled on port 8443
You can access the application using SSL on https://localhost:8443

>>> STARTING EMBEDDED JETTY SERVER, PRESS ANY KEY TO STOP
INFO  - Server - jetty-7.6.3.v20120416
INFO  - tandardDescriptorProcessor - NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
INFO  - ContextHandler - started 
o.e.j.w.WebAppContext{/,file:/home/neville/workspace_wicket/NestedModals/src/main/webapp/},src/main/webapp
INFO  - WebXmlFile - web.xml: url mapping found for filter with 
name wicket.NestedModals: [/*]
INFO  - Application- [wicket.NestedModals] init: Wicket core 
library initializer
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IBehaviorListener, method=public abstract void 
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IFormSubmitListener, method=public abstract void 
org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=ILinkListener, method=public abstract void 
org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IOnChangeListener, method=public abstract void 
org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IRedirectListener, method=public abstract void 
org.apache.wicket.IRedirectListener.onRedirect()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IResourceListener, method=public abstract void 
org.apache.wicket.IResourceListener.onResourceRequested()]
INFO  - Application- [wicket.NestedModals] init: Wicket 
extensions initializer
INFO  - WebApplication - [wicket.NestedModals] Started Wicket 
version 6.9.0-SNAPSHOT in DEVELOPMENT mode

*** WARNING: Wicket is running in DEVELOPMENT mode.  ***
***   ^^^***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***

INFO  - AbstractConnector  - Started SocketConnector@0.0.0.0:8080
INFO  - SslContextFactory  - Enabled Protocols [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
INFO  - AbstractConnector  - Started SslSocketConnector@0.0.0.0:8443
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - CompoundRequestMapper  - No compatible mapper found for URL ''
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - ServletWebRequest  - Calculating context relative path from: 
context path '', filterPrefix '', uri '/'
DEBUG - DefaultPageFactory - Found constructor for Page of type 'class 
com.qs.NestedModals.HomePage' and argument of type 'class 
org.apache.wicket.request.mapper.parameter.PageParameters'.
DEBUG - PageAccessSynchronizer - 'qtp2128350680-16' attempting to acquire 
lock to page with id '0'
DEBUG - PageAccessSynchronizer - qtp2128350680-16 acquired lock to page 0
DEBUG - MarkupContainer- Add content to [ModalWindow [Component id 
= outerModalWindow]]
DEBUG - MarkupContainer- Replacing content in [ModalWindow 
[Component id = outerModalWindow]]
DEBUG - MarkupContainer- Add outerModalWindow to

[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-06-14 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683272#comment-13683272
 ] 

Martin Grigorov commented on WICKET-5071:
-

I'm able to reproduce it now. Let me see...

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-06-06 Thread JIRA

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13677846#comment-13677846
 ] 

Francesco Chicchiriccò commented on WICKET-5071:


Any idea of which will be the "fix-for-version" of this issue? We are 
experiencing exactly this problem in SYNCOPE-370.
Thanks.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-15 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658420#comment-13658420
 ] 

Jered Myers commented on WICKET-5071:
-

Here is the getUrl/getClientUrl values for a browser that is working.  My 
earlier comment concerning getUrl was the failing IE7.

BookmarkableMapper#matches() breaks:

OuterModel
getUrl: ?0-1.IBehaviorListener.0-modalLink&_=1368629344592
getClientUrl: ?0
getUrl: ?0-1.IBehaviorListener.0-modalLink&_=1368629344592
getClientUrl: ?0
getUrl: wicket/page?1
getClientUrl: wicket/page?1

InnerModal:
getUrl: wicket/page?1-1.IBehaviorListener.0-modalLink&_=1368629545878
getClientUrl: wicket/page?1
getUrl: wicket/bookmarkable/com.qs.NestedModals.InnerModalContent
getClientUrl: wicket/bookmarkable/com.qs.NestedModals.InnerModalContent
getUrl: wicket/bookmarkable/com.qs.NestedModals.InnerModalContent
getClientUrl: wicket/bookmarkable/com.qs.NestedModals.InnerModalContent

As mentioned in Martin's earlier comment the difference is the "wicket/" at the 
front of the inner modal urls.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-15 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658401#comment-13658401
 ] 

Martin Grigorov commented on WICKET-5071:
-

Hmmm. 
I see why the improvement in BookmarkableMapper doesn't match - the second 
getClientUrl() has no 'wicket' (the namespace) in it. It seems the base url of 
the inned page is calculated against the baseUrl of the outer page. 
I'm not sure whether this is a bug in the calculation of the baseUrl or not.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-15 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658399#comment-13658399
 ] 

Jered Myers commented on WICKET-5071:
-

They alternate starting with getUrl...
getUrl:  wicket/page?3-1.IBehaviorListener.0-modalLink&_=1368546654579
getClientUrl: wicket/page?3
getUrl: bookmarkable/com.qs.NestedModals.InnerModalContent
getClientUrl: bookmarkable/com.qs.NestedModals.InnerModalContent

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-15 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658137#comment-13658137
 ] 

Martin Grigorov commented on WICKET-5071:
-

It is not clear to me which url is request.getUrl() and which is 
#getClientUrl().

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657148#comment-13657148
 ] 

Jered Myers commented on WICKET-5071:
-

I found my problem.  The last log I posted is accurate.

BookmarkableMapper#matches() breaks:

Outer Modal (getUrl then getClientUrl alternate):
?1-1.IBehaviorListener.0-modalLink&_=1368546463922
?1
?1-1.IBehaviorListener.0-modalLink&_=1368546463922
?1
wicket/page?3
wicket/page?3

Inner Modal (getUrl then getClientUrl alternate):
wicket/page?3-1.IBehaviorListener.0-modalLink&_=1368546654579
wicket/page?3
bookmarkable/com.qs.NestedModals.InnerModalContent
bookmarkable/com.qs.NestedModals.InnerModalContent
bookmarkable/com.qs.NestedModals.InnerModalContent
bookmarkable/com.qs.NestedModals.InnerModalContent

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657131#comment-13657131
 ] 

Martin Grigorov commented on WICKET-5071:
-

https://repository.apache.org/content/groups/snapshots/org/apache/wicket/wicket-core/6.8.0-SNAPSHOT/wicket-core-6.8.0-20130514.121521-43-sources.jar
 has the change.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657125#comment-13657125
 ] 

Jered Myers commented on WICKET-5071:
-

It looks like your changes are not in the snapshot.  I am looking at the latest 
snapshot and it has the suffix of the snapshot and it is showing 
2130514.121521-41.  Is that before your commit?

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657124#comment-13657124
 ] 

Martin Grigorov commented on WICKET-5071:
-

Please set a breakpoint at 
org.apache.wicket.core.request.mapper.BookmarkableMapper#matches() and see what 
are the values of request.getUrl() and request.getClientUrl() with IE7.
Thanks!

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657121#comment-13657121
 ] 

Jered Myers commented on WICKET-5071:
-

Still fails.

Fails: IE 7
DEBUG - Server - REQUEST 
/bookmarkable/com.qs.NestedModals.InnerModalContent on 
BlockingHttpConnection@66fbf51d,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=35,c=0},r=10
DEBUG - ContextHandler - scope 
null||/bookmarkable/com.qs.NestedModals.InnerModalContent @ 
o.e.j.w.WebAppContext{/,file:/home/jmyers/workspace_wicket/NestedModals/src/main/webapp/},src/main/webapp
DEBUG - ContextHandler - 
context=||/bookmarkable/com.qs.NestedModals.InnerModalContent @ 
o.e.j.w.WebAppContext{/,file:/home/jmyers/workspace_wicket/NestedModals/src/main/webapp/},src/main/webapp
DEBUG - session- Got Session ID whd5bajr4j9azedyzt2nbr4r 
from cookie
DEBUG - session- 
sessionManager=org.eclipse.jetty.server.session.HashSessionManager@28ae4646
DEBUG - session- 
session=org.eclipse.jetty.server.session.HashedSession:whd5bajr4j9azedyzt2nbr4r@831577209
DEBUG - ServletHandler - servlet 
|/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler - chain=wicket.NestedModals->default
DEBUG - ServletHandler - call filter wicket.NestedModals
DEBUG - ServletHandler - call servlet default
DEBUG - DefaultServlet - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent.gz=null
DEBUG - DefaultServlet - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent=null
DEBUG - DefaultServlet - 
uri=/bookmarkable/com.qs.NestedModals.InnerModalContent resource=null
DEBUG - Server - RESPONSE 
/bookmarkable/com.qs.NestedModals.InnerModalContent  404


Passes: Chromium25.0.1364.160 (Developer Build 
25.0.1364.160-0ubuntu0.11.10.1) Ubuntu 11.10
DEBUG - Server - REQUEST 
/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent on 
BlockingHttpConnection@4c9549af,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=89,c=0},r=6
DEBUG - ContextHandler - scope 
null||/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent @ 
o.e.j.w.WebAppContext{/,file:/home/jmyers/workspace_wicket/NestedModals/src/main/webapp/},src/main/webapp
DEBUG - ContextHandler - 
context=||/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent @ 
o.e.j.w.WebAppContext{/,file:/home/jmyers/workspace_wicket/NestedModals/src/main/webapp/},src/main/webapp
DEBUG - session- Got Session ID 1eds8fn3jvlm1db7fi9kcmh52 
from cookie
DEBUG - session- 
sessionManager=org.eclipse.jetty.server.session.HashSessionManager@28ae4646
DEBUG - session- 
session=org.eclipse.jetty.server.session.HashedSession:1eds8fn3jvlm1db7fi9kcmh52@124596294
DEBUG - ServletHandler - servlet 
|/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler - chain=wicket.NestedModals->default
DEBUG - ServletHandler - call filter wicket.NestedModals
DEBUG - WebAppClassLoader  - loaded class 
com.qs.NestedModals.InnerModalContent from 
sun.misc.Launcher$AppClassLoader@5acac268
DEBUG - Server - RESPONSE 
/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent  200

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-14 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656906#comment-13656906
 ] 

Martin Grigorov commented on WICKET-5071:
-

Hi Jered,

I've just added the same improvement to BookmarkableMapper: 
https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=commitdiff;h=6e794ad060af7512a6f0e9a0d445037047aad0e1

Can you try again ?

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-13 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656295#comment-13656295
 ] 

Martin Grigorov commented on WICKET-5071:
-

I was under impression that the urls were like 'wicket/page?...' so I improved 
PageInstanceMapper.
But now I see that it is 'wicket/bookmarkable/...' so BookmarkableMapper should 
be improved too.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-13 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656208#comment-13656208
 ] 

Jered Myers commented on WICKET-5071:
-

Here some of the logs from one browser that passes and one that fails.  Observe 
the first ServletHandler line.  The passing test has "/wicket" before 
"/bookmarkable".

Mozilla Firefox for Ubuntu 20.0: Passes testing
DEBUG - session- 
session=org.eclipse.jetty.server.session.HashedSession:seng756mxz3m6zc61wrzlxq@1486404598
DEBUG - ServletHandler - servlet 
|/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler - chain=wicket.NestedModals->default
DEBUG - ServletHandler - call filter wicket.NestedModals
DEBUG - WebAppClassLoader  - loaded class 
com.qs.NestedModals.InnerModalContent from 
sun.misc.Launcher$AppClassLoader@12360be0


IE 7: Failes testing
DEBUG - session- 
session=org.eclipse.jetty.server.session.HashedSession:uidhztsp9xah1dqkp6b7qm7h8@1320687469
DEBUG - ServletHandler - servlet 
|/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler - chain=wicket.NestedModals->default
DEBUG - ServletHandler - call filter wicket.NestedModals
DEBUG - ServletHandler - call servlet default
DEBUG - DefaultServlet - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent.gz=null
DEBUG - DefaultServlet - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent=null
DEBUG - DefaultServlet - 
uri=/bookmarkable/com.qs.NestedModals.InnerModalContent resource=null
DEBUG - Server - RESPONSE 
/bookmarkable/com.qs.NestedModals.InnerModalContent  404

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-05-13 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656189#comment-13656189
 ] 

Jered Myers commented on WICKET-5071:
-

[~martin-g],
The fix did not pass testing in IE7 using the NestedModals Quickstart.  I still 
get a 404 error when opening the inner modal.  I used the 6.8.0-SNAPSHOT which 
appeared to have your changes.  The other patch submitted works.  I will work 
on getting more information.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
>Assignee: Martin Grigorov
> Fix For: 6.8.0, 7.0.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-24 Thread Shiva Durishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640493#comment-13640493
 ] 

Shiva Durishetti commented on WICKET-5071:
--

Am glad if u mention when wicket 6.8.0 is going to be released.I am highly 
depend on this new version which going to resolve  lot of bugs in my code.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Shiva Durishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633935#comment-13633935
 ] 

Shiva Durishetti commented on WICKET-5071:
--

I put a break point in CompoundRequestMapper at line 149 (the mapRequest 
function).  Here are the results of request.getURL.toString(): 
IE7: 
- wicket/page?8 (first ModalWindow) 
- page?9 (nested ModalWindow) 

Chrome, IE9 (browser IE7, document IE7): 
- wicket/page?8 (first ModalWindow) 
- wicket/page?9 (nested ModalWindow) 


> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Shiva Durishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633916#comment-13633916
 ] 

Shiva Durishetti commented on WICKET-5071:
--

am using wicket version 6.5.0,in chrome am not getting any issue only in ie7 
and ie8 am getting this issue..i need to fix this because am using 2 or 3 
nested modal windows in my projectin our pom we are adding 
wicket-extensions-6.5.0.jar we dont access to modalwindow.java to modify.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633914#comment-13633914
 ] 

Martin Grigorov commented on WICKET-5071:
-

Give us more details of your setup. 
With which browser(s) you experience this problem ?

I'd recommend you to checkout Wicket from its Git repo and apply the suggested 
patch and build Wicket locally.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Shiva Durishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633913#comment-13633913
 ] 

Shiva Durishetti commented on WICKET-5071:
--

as per your previous comments i've used my own custommodalwindow which extends 
panel and in that class i replaced the if condition in getWindowOpenJavaScript 
method with your 'if' condition code but still am not able to fix that 
issue...any clues for fixing this issue temporarily.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633877#comment-13633877
 ] 

Martin Grigorov commented on WICKET-5071:
-

I just assigned "Fix Version" to 6.8.0 so we do not forget to review (and 
apply) the provided patch. 

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Fix For: 6.8.0
>
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633875#comment-13633875
 ] 

Martin Grigorov commented on WICKET-5071:
-

Look the ticket status - Unresolved. 
Fix Version - None.

The ticket is still open.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-04-17 Thread Shiva Durishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633872#comment-13633872
 ] 

Shiva Durishetti commented on WICKET-5071:
--

Kindly let me know the wicket version, in which this issue has been fixedAm 
using 6.6.0  its responding 404 error in ie7 and ie8

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-11 Thread Jared Sol (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599449#comment-13599449
 ] 

Jared Sol commented on WICKET-5071:
---

Attached the diff/patch file.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-11 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599414#comment-13599414
 ] 

Martin Grigorov commented on WICKET-5071:
-

Please attach the change in diff/patch format to the ticket so it is easier to 
see where is the difference.
Thanks!

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-11 Thread Jared Sol (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599397#comment-13599397
 ] 

Jared Sol commented on WICKET-5071:
---

I changed the code to the following which solves the problem for ie_7 and ie_8. 
This seems pretty hackish to me but it seems to work. Basically I am just 
forcing the ie_8 url to be determined relative to the tab and not the outer 
modal.

if (isCustomComponent() == false)
{
Page page = createPage();
if (page == null)
{
throw new WicketRuntimeException("Error creating page for modal 
dialog.");
}
CharSequence pageUrl, ie8_pageUrl = null;
RequestCycle requestCycle = RequestCycle.get();

Url original = requestCycle.getUrlRenderer().getBaseUrl();

if (page.isPageStateless())
{
pageUrl = requestCycle.urlFor(page.getClass(), 
page.getPageParameters());

// For ie_7 and ie_8 we want to evaluate the url from the tab 
and not the page. So I'm setting the BaseUrl to a new Url to
// force this to happen and reverting it back after the url has 
been generated for ie_7 and ie_8.
requestCycle.getUrlRenderer().setBaseUrl(new Url());
ie8_pageUrl = requestCycle.urlFor(page.getClass(), 
page.getPageParameters());
requestCycle.getUrlRenderer().setBaseUrl(original);

appendAssignment(buffer, "settings.ie8_src", ie8_pageUrl);
}
else
{
IRequestHandler handler = new RenderPageRequestHandler(new 
PageProvider(page));
pageUrl = requestCycle.urlFor(handler);

// For ie_7 and ie_8 we want to evaluate the url from the tab 
and not the page. So I'm setting the BaseUrl to a new Url to
// force this to happen and reverting it back after the url has 
been generated for ie_7 and ie_8.
requestCycle.getUrlRenderer().setBaseUrl(new Url());
ie8_pageUrl = 
requestCycle.getUrlRenderer().renderRelativeUrl(requestCycle.mapUrlFor(handler));
requestCycle.getUrlRenderer().setBaseUrl(original);

appendAssignment(buffer, "settings.ie8_src", ie8_pageUrl);
}

appendAssignment(buffer, "settings.src", pageUrl);
}

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-11 Thread Jared Sol (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599333#comment-13599333
 ] 

Jared Sol commented on WICKET-5071:
---

It appears that the request cycle ends up rendering the url by the call to 
renderUrl(Url url, IRequestHandler handler).

This method has a line String renderedUrl = getUrlRenderer().renderUrl(url);

The UrlRenderers renderUrlMethod then calls renderRelativeUrl(url).

This method has a line List baseUrlSegments = getBaseUrl().getSegments()

The returned values between the outer and inner modal are different. The outer 
modal returns nothing [] while the inner modal returns [wicket, bookmarkable, 
com.qs.NestedModals.OuterModalContent]. I think this is what Martin was saying 
when the inner modal is calculated against the outer modal page. The segments 
in baseUrlSegments then get removed from the calculated url which strips the 
leading wicket/bookmarkable.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-08 Thread Jared Sol (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597717#comment-13597717
 ] 

Jared Sol commented on WICKET-5071:
---

I can test a patch to this in both IE7 and IE8 when one is attempted. I'm 
trying to look into it more to get more information.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-08 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597559#comment-13597559
 ] 

Martin Grigorov commented on WICKET-5071:
-

Usually the url for the page in the inner modal is calculated against the page 
in the outer modal because they are in iframes. But it seems IE7/8 calculates 
the relative url in the inner against the url of the tab/window.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-08 Thread Jared Sol (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597537#comment-13597537
 ] 

Jared Sol commented on WICKET-5071:
---

To me it does not appear to be the call to 
this.content.contentWindow.location.replace() that is converting the outer 
modals src/url to "/wicket/bookmarkable/." This is handled by the call to 
requestCycle.urlFor(). The inner modal is not getting prepended with 
"/wicket/bookmarkable/." If I hard code this to happen then the problem is 
resolved.

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-04 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592341#comment-13592341
 ] 

Jered Myers commented on WICKET-5071:
-

This bug is not replicating in Wicket 1.4.21

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (WICKET-5071) 404 Error on Nested ModalWindows in IE7 and IE8

2013-03-01 Thread Jered Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13590746#comment-13590746
 ] 

Jered Myers commented on WICKET-5071:
-

Below are some of my observations during testing.  I compared my Chrome browser 
which has no problem to the IE 7 and IE 8 browsers with problems.

*modal.js*
When the modal window opens it hits the load function in modal.js.  This 
function redirects to the content page at this line of code:
{code:title=modal.js}
if(Wicket.Browser.isIELessThan9()){
this.content.contentWindow.location.replace(this.settings.ie8_src);
}else{
this.content.contentWindow.location.replace(this.settings.src);
} 
{code}
The value that is set in settings.ie8_src and settings.src is the same between 
my Chrome browser and my IE 7 and 8 browsers.  The outer modal is  
"./wicket/bookmarkable/com.qs.NestedModals.OuterModalContent" and the inner 
modal is "./com.qs.NestedModals.InnerModalContent".  Once the request hits the 
Jetty server on Chrome for the inner modal the _serveletPath is 
"/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent" in IE when I see 
the error it is "/com.qs.NestedModals.InnerModalContent"so 
window.loaction.replace("./com.qs.NestedModals.InnerModalContent") correctly 
changes to "/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent" in 
Chrome, but not in IE.

*ModalWindow.java*
In 
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow#getWindowOpenJavaScript(),
 there is code to set the "settings.ie8_src" attribute which modal.js uses.  
The page is stateless, so the first path is followed.  Here is that code:
{code:title=ModalWindow#getWindowOpenJavaScript()}
if (page.isPageStateless())
{
pageUrl = requestCycle.urlFor(page.getClass(), page.getPageParameters());
appendAssignment(buffer, "settings.ie8_src", pageUrl);
}
else
{
IRequestHandler handler = new RenderPageRequestHandler(new 
PageProvider(page));

pageUrl = requestCycle.urlFor(handler);
String ie8_pageUrl = 
requestCycle.getUrlRenderer().renderRelativeUrl(requestCycle.mapUrlFor(handler));
appendAssignment(buffer, "settings.ie8_src", ie8_pageUrl);
}

  appendAssignment(buffer, "settings.src", pageUrl);
{code}
I attempted to call setStateLessHint(false) in my content pages to see if the 
different URL in the bottom path would get around the problem, but that didn't 
resolve the problem.  Also, the bottom path had the same value for both pageUrl 
and ie8_pageUrl.

*Other*
The problem, in the end, is that there are no mappers that can find the page.  
As an experiment, I setup the inner content page as a mounted page.  This 
solved my problem in the Quickstart, but didn't fix the problem I have in my 
main application (I was hopping to just mount the few pages I needed to nest as 
a work around).

> 404 Error on Nested ModalWindows in IE7 and IE8
> ---
>
> Key: WICKET-5071
> URL: https://issues.apache.org/jira/browse/WICKET-5071
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 1.5.8, 6.6.0
> Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>Reporter: Jered Myers
> Attachments: NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira