Re: IE6 Stops Loading Images

2011-12-29 Thread Dawid Dudzinski
Martin, I think we found a culprit. There are some http 504 errors appearing eventually in the transparent proxy that we set up. I think at this point it is a networking issue. Many thanks for responding. Sincerely, Dawid On Thu, Dec 29, 2011 at 9:33 AM, Dawid Dudzinski wrote: > Wicket 1.4

Re: IE6 Stops Loading Images

2011-12-29 Thread Dawid Dudzinski
artin Grigorov wrote: > Which version of Wicket ? > What kind of request loads the image - Ajax or normal ? > > On Thu, Dec 29, 2011 at 4:47 AM, Dawid Dudzinski wrote: >> Hello, >> >> I have an issue that may not be related to Wicket but I'm trying every >>

IE6 Stops Loading Images

2011-12-28 Thread Dawid Dudzinski
Hello, I have an issue that may not be related to Wicket but I'm trying every possible angle to solve my issue quickly and any suggestion would be greatly appreciated. I have an application that for the most part loads only one screen and then swaps out data via Wicket calls. It runs about 10-12

Re: Wicket.Ajax.all.processEvaluation

2011-10-05 Thread Dawid Dudzinski
It's fixed now. Someone has checked into version control html with wicket:header section. That section sent to browser incompatible javascript that caused wicket to fail. Thanks, Dave On Wed, Oct 5, 2011 at 4:23 PM, Dawid Dudzinski wrote: > Hello, > > I need a help understandin

Wicket.Ajax.all.processEvaluation

2011-10-05 Thread Dawid Dudzinski
Hello, I need a help understanding an error I'm receiving. We have a screen divided into 2 pieces. Left side acts almost independently from the right. Everything works until a call is made and entire right side swapped out for another content (A call to .replace(Component) is made). Expected beha

Tracking Memory Usage

2011-09-28 Thread Dawid Dudzinski
Hello, We are running into memory usage problems in our Wicket application. The team has identified several areas worth of improving. However we were only able to do that by looking at our code and not by profiling the jvm. This brings me to my actual questions: 1. Is there tool or method to deter

Dropdowns show through ModalWindow in IE6

2011-08-29 Thread Dawid Dudzinski
Hello, We have an odd problem where one ModalWindow shows dropdowns that are technically below it. (One can actually click on them and modify the values) We knew it was an error in IE6 and JQuery (bgiframe.js is supposed to fix it) but for the most part it never appeared in Wicket. Out of many Mo

Re: PopUp not refreshed while everything else is

2011-08-08 Thread Dawid Dudzinski
problem or even suggestion I would welcome any leads. Thanks, Dawid On Mon, Aug 8, 2011 at 11:02 AM, Dawid Dudzinski wrote: > Hello, > > I'm having a strange problem: In a fairly complex application I > refresh image on main page and need to pop up a dialog > [org.odlabs.wiquery.ui

PopUp not refreshed while everything else is

2011-08-08 Thread Dawid Dudzinski
Hello, I'm having a strange problem: In a fairly complex application I refresh image on main page and need to pop up a dialog [org.odlabs.wiquery.ui.dialog.Dialog] with another image. Main page image updates without issues, dialog opens [dialog.open(target);] but the image reference is broken. Th