Issues unless in compatibility view

2014-07-17 Thread ashindler
Hi, There are certain parts of my application that will not work unless I set internet explorer to compatibility view and I am not sure why. Can someone give me a suggestion what to look for? For example: 1) Feedbackpanel will claim a textfield is empty even though it is not. 2) I have a

Fileupload causes internet explorer 11 to hang

2014-07-15 Thread ashindler
Hi, I have the following code - with google chrome I experience no problems but in internet explorer 11 the page hangs and gets stuck. I am using the latest version of wicket. Any ideas? Code summary: Form uploadForm = new Form(uploadForm);

Re: Fileupload causes internet explorer 11 to hang

2014-07-15 Thread ashindler
Hi Sven, I am using 6.16.0. Which X-UA-Compatible meta tag do you believe I should be using? I tried with: meta http-equiv=X-UA-Compatible content=IE=edge and meta http-equiv=X-UA-Compatible content=IE=9 in the header but I still experienced the hanging. Like I mentioned in chrome I

Re: Fileupload causes internet explorer 11 to hang

2014-07-15 Thread ashindler
Hi Sven, I added this to my code and now it works fine: @Override protected void setHeaders(WebResponse response) { response.setHeader(X-UA-Compatible, IE=edge); } Thanks for pointing me in the right direction! -- View this message in context:

Lots of Images slowing rendering in DataView?

2014-05-16 Thread ashindler
Hi, I have a page with a fairly large DataView table ~2000 rows of information. In each row I have 5 small icons (images) - a total of around 92kb each row. The icons are also links. There is some significant delay in rendering the page and I believe it must be to do with the icons. If the

Re: Lots of Images slowing rendering in DataView?

2014-05-15 Thread ashindler
Thanks a lot Serban for taking the time to help me out - I'll give your suggestions a go! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Lots-of-Images-slowing-rendering-in-DataView-tp4665733p4665741.html Sent from the Users forum mailing list archive at Nabble.com.

Check inside enclosure not submitted when visible(false)

2013-09-16 Thread ashindler
Hi, I have a screen (DataView1) that displays rows of information. Each row (DataView2) can be expanded (DataView3) using wicket:enclosure using a AjaxCheckBox. This nested DataView3 contains rows with Checks. This nested DataView3 (wicket:enclosure) I can hide and show. When the AjaxCheckBox is

Re: Check inside enclosure not submitted when visible(false)

2013-09-16 Thread ashindler
Thanks for the reply. Can you suggest a workaround for it? If I set the arraylist that the checkgroup manages (when the enclosure is invisible) when the AjaxCheckBox is selected, this is obviously refreshed and cleared when the form is submitted because as you say the checks are not in the

InvalidBehaviorIdException when closing modal windows

2012-07-17 Thread ashindler
Hi, Can someone help me figure out what would be the cause why I am suddenly getting the following error when I close one of my modal windows? Cannot find behavior with id '0' on component 'org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow:srScreen' in page '[Page class =

Re: Nested Modal Window Problem - IE8 - 404 Error

2012-01-22 Thread ashindler
Thanks for you reply - I cleared the cache and I still get the same error. Any other suggestions? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Nested-Modal-Window-Problem-IE8-404-Error-tp4311638p4318507.html Sent from the Users forum mailing list archive at

Nested Modal Window Problem - IE8 - 404 Error

2012-01-19 Thread ashindler
Since I upgraded from wicket version 1.4 to wicket version 1.5.3 I get a Http status 404 error in IE8 when I open a modal window within a modal window - this is not a problem I had with the 1.4 versions of wicket. I tried using the 1.5.4 version that is about to be released and I still have this

Re: Modal Window respond 404 with Internet Explorer.

2011-12-26 Thread ashindler
Hi, I am having the same issue. I went to ticket 4241 and saw that there was a fix - do I just replace my wicket-extensions-1.5.3.jar file with the wicket-extensions-mybuild.jar file that I download from the patch zip? I do this but the problem still remains - modal windows that were working fine