[Wicket-user] ModalWindow problems in IE 6

2006-09-16 Thread Allen James
I've ran into a scenario where I can use the ModalWindow in FF 1.5 with no problems, but cannot get it to work in IE. I've ran the samples in both browsers and have had no problems, so I'm really baffled as to why this won't work in my app. In looking at the debugger, there is a difference

[Wicket-user] FW: ModalWindow problems in IE 6

2006-09-17 Thread Allen James
I'm currently using version 1.2.2. I've tried running against the head revision of 1.x out of the Subversion repository, but the issue still remains. One odd thing I noticed, I put the modal window link on my login page and it will come up there as many times as I click on the link before I

Re: [Wicket-user] FW: ModalWindow problems in IE 6

2006-09-17 Thread Allen James
at a point where I can't get the problem to recreate. From: Allen James [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] FW: ModalWindow problems in IE 6 Date: Sun, 17 Sep 2006 18:17:15 -0500 I'm currently using version

[Wicket-user] Issue with AJAX and InternalFrame

2006-10-25 Thread Allen James
I'm having issues when using AJAX behaviour on a web page that has an internal frame with AJAX behaviour. Basically I have a search form on a page, and an InternalFrame display an AjaxFallbackDefaultDataTable displaying the results in an InternalFrame. The search area changes a

Re: [Wicket-user] Issue with AJAX and InternalFrame

2006-10-25 Thread Allen James
The zip file wouldn't pass through so here are the files that comprise the sample application that demonstrates the problem. From: Allen James [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Issue with AJAX

Re: [Wicket-user] Issue with AJAX and InternalFrame

2006-10-26 Thread Allen James
MyIFramePage() { super(PageMap.forName(myiframe)); ... } -Igor On 10/25/06, Allen James [EMAIL PROTECTED] wrote: The zip file wouldn't pass through so here are the files that comprise the sample application that demonstrates the problem. From: Allen James [EMAIL PROTECTED] Reply-To: wicket