Re: IResourceSettings.setUseTimestampOnResources(true) and performance

2011-07-01 Thread rajeev_yadav
Any updates on this issue? I am seeing this slowness in 1.4.15 version also. Most of the time is spent in loading wicket js and css resources. -- View this message in context:

Re: IResourceSettings.setUseTimestampOnResources(true) and performance

2011-07-01 Thread rajeev_yadav
Any updates on this issue? I am seeing this slowness in 1.4.15 version also. Most of the time is spent in loading wicket js and css resources. -- View this message in context:

ajaxlazyloadpanel and ie

2011-07-01 Thread Kurt Sys
Hey all, I've got a problem with ajaxlazyloadpanel and IE, being the panels do not load in IE9 (didn't check IE8 or previous versions). The panels keep loading forever. There is no problem with loading the panels in other browsers (Chrome, Midori, Firefox). The panels are quite simpel, nothing

Re: IResourceSettings.setUseTimestampOnResources(true) and performance

2011-07-01 Thread Martin Grigorov
This is improved in 1.5 for sure. I don't remember whether it is improved in 1.4.x or not. Try with 1.4.17 (latest 1.4 release) and come back with the points where you think it is slow. On Thu, Jun 30, 2011 at 5:18 PM, rajeev_yadav rajeev_ya...@dell.com wrote: Any updates on this issue? I am

MarkupContainer.removeAll() does not detach models recursively

2011-07-01 Thread Nazaret K
Hi, There are cases where I am explicitly removing all children components from a ListView by calling removeAll(); For some reason, the removeAll() on MarkupContainer does not call detach() on its child components, instead it calls detachModel(); This has the side effect that the models of the

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
Ok, but even in that 1.4 branch it is missing dozens of classes that were present in the 1.3 version. They are also missing in the release artifacts. Can someone please migrate them from 1.3 to 1.4? Thanks, Steve On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com wrote: That

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Martin Grigorov
How much ? :-) What's the problem you to do it ? You already use this library so you know how it works. On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg steve.swinsb...@gmail.com wrote: Ok, but even in that 1.4 branch it is missing dozens of classes that were present in the 1.3 version. They

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
I don't use the library, I'm just converting a tool from 1.3 to 1.4 that someone else wrote. I have no idea how wicketstuff-dojo works. If Wicketstuff still used SVN I'd just merge it in and make sure it compiled, but I have no experience in git and no time to learn a new source control system

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Bruno Borges
Steve, it may take less time to merge the code by yourself, learn the basics of git to push that into github than to wait somebody that contributes to wicketstuff to do that to you, because unfortunately, if I'm not wrong, there's no one right now at wicketstuff doing things with dojo. And that's

Re: Configure http and https with apache and jboss

2011-07-01 Thread vp143
I am delving into the SwitchProtocolRequestTarget code a little to see if it gives me any answers. When the requireProtocol is called the protocol is https but request.getScheme() returns http. Why would this be? -- View this message in context:

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
Hi Bruno, Thanks, I wasn't aware that the project was actually disabled, since there are still releases going out (albeit non functional ones). Perhaps we'll just stick with 1.3 for now. If I get some time I'll get in touch to get a wicketstuff account. cheers, Steve On 01/07/2011, at 11:21

Re: Configure http and https with apache and jboss

2011-07-01 Thread Martin Grigorov
Your Apache conf is SSL for 443, but the proxyed web server (Tomcat?!) is http:// Maybe this is the problem. On Fri, Jul 1, 2011 at 4:23 PM, vp143 vishal.po...@cipriati.co.uk wrote: I am delving into the SwitchProtocolRequestTarget code a little to see if it gives me any answers. When the

Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Bruno Borges
You're welcome, And as soon you fix it, let us know to give you access to the repository. Or, you can just create your own branch at github and later request for a pull and we do that for you. Best regards, *Bruno Borges* www.brunoborges.com.br +55 21 76727099 On Fri, Jul 1, 2011 at 10:25

Re: Configure http and https with apache and jboss

2011-07-01 Thread vp143
I have seen posts talking about this connector in Tomcat/Jboss Connector protocol=HTTP/1.1 SSLEnabled=true port=8443 address=${jboss.bind.address} scheme=https secure=true clientAuth=false keystoreFile=${jboss.server.home.dir}/conf/chap8.keystore

Re: Configure http and https with apache and jboss

2011-07-01 Thread Jeremy Levy
Thats correct, your entire HTTPS set up can be only from Apache outwards and AJP/HTTP between Apache and JBoss/Tomcat. On Fri, Jul 1, 2011 at 9:45 AM, vp143 vishal.po...@cipriati.co.uk wrote: I have seen posts talking about this connector in Tomcat/Jboss Connector protocol=HTTP/1.1

Re: MarkupContainer.removeAll() does not detach models recursively

2011-07-01 Thread Igor Vaynberg
i believe that is fixed in 1.4.x and will make it into upcoming 1.4.18 -igor On Fri, Jul 1, 2011 at 4:47 AM, Nazaret K nazare...@gmail.com wrote: Hi, There are cases where I am explicitly removing all children components from a ListView by calling removeAll(); For some reason, the

WicketFilter.init() called twice with Glassfish

2011-07-01 Thread Bertrand Guay-Paquet
Hello, I am deploying a Wicket 1.5 application inside an EAR on Glassfish 3.1. I noticed that the debug bar was doubled at the top of the browser window (2 full debug bars). After investigation, the problem is that WicketFIlter.init() is being called twice each time I start the server. This

Re: WicketFilter.init() called twice with Glassfish

2011-07-01 Thread Harald Wellmann
Am 01.07.2011 18:30, schrieb Bertrand Guay-Paquet: Hello, I am deploying a Wicket 1.5 application inside an EAR on Glassfish 3.1. I noticed that the debug bar was doubled at the top of the browser window (2 full debug bars). After investigation, the problem is that WicketFIlter.init() is being

Re: Behaviors beforeRender broken

2011-07-01 Thread Christian Huber
Hi again. Igor, thanks for your clarification, after changing isEnabled to return true the other callbacks do indeed get called. But to be honest I am still a bit confused by this fact and would be grateful for further information. The javadoc of isEnabled says that it is called when a

Re: Behaviors beforeRender broken

2011-07-01 Thread Igor Vaynberg
isEnabled() controls whether the behavior is enabled or not and not the component. -igor On Fri, Jul 1, 2011 at 2:53 PM, Christian Huber hub...@butterbrot.org wrote: Hi again. Igor, thanks for your clarification, after changing isEnabled to return true the other callbacks do indeed get