Re: ResourceReference serving video files

2013-06-05 Thread Maxim Solodovnik
Hello All, I performed tcpdump of regular Tomcat response to the video file and wicket response to video file and found couple of differences: Tomcat sets following additional headers: Accept-Ranges ETag and seems to be able to serve various ranges setting: Content-Range header Can it be the

Re: WICKET-4500 / WICKET-5140 and RestartResponseAtInterceptPageException.clearOriginalDestination()

2013-06-05 Thread Sven Meier
Hi Dirk, overriding #onUnauthorizedInstantiation() wouldn't help you, since #restartResponseAtSignInPage() overwrites the old interceptData with a new one. You're the one to decide when the interceptData can be cleared: In the page constructor would be a possibility. An

Re: Injecting proxy services in page.

2013-06-05 Thread Entropy
At the risk of turning this into a Spring discussion on a Wicket forum, how does one control that? I would like to try your suggestion, but am not sure what knob to twist. We just implement ApplicationContextAware, and point to our spring config file in web.xml. I don't set anywhere asking for

wicket head places script before the script tags

2013-06-05 Thread fachhoch
I am trying to use wicket head tag containg some jquery script, when the page rendered wicket is placing this script on top of jquery script tag , I am using wicket 1.4.21, in this case my script will never be executed, please advice. -- View this message in context:

Re: Browser Back Button Question

2013-06-05 Thread dhongyt
I have such weird results too. In Chrome Subscription Page would give me the session closed issue after three clicks back, but then on a recent to the Download Page it would give me a session closed also. Page session count seems to skip by two. In Firefox Page session count is normal. Only

Re: wicket head places script before the script tags

2013-06-05 Thread Paul Bors
See the Wicket free guide section section 13.4 Adding resources to page header section http://wicket.apache.org/learn/books/freeguide.html On Wed, Jun 5, 2013 at 10:57 AM, fachhoch fachh...@gmail.com wrote: I am trying to use wicket head tag containg some jquery script, when the page

Re: A child with id 'XXXX' already exist AND class constructor called twice issue

2013-06-05 Thread Paul Bors
See the Wicket free guide section section 11.2 Component ListView http://wicket.apache.org/learn/books/freeguide.html I also don't see your HTML markup for the wicket:id=eventos so I'm not sure how you got to add it at least once? - ~ Thank you, p...@bors.ws -- View this message in

How to create a crosstab repeater

2013-06-05 Thread Noven
Hi all, I wonder how to use wicket to repeat things like cross tab (like the one that have on jasper report palette). Example of what I want achieve can be seen here : checkcategoryxtab.png Thank you.

Custom markup cache key in hierarchy

2013-06-05 Thread Bas Gooren
Hi *, We've built a platform which hosts dynamic websites. Websites can be added/updated/removed on demand, and all run on a single wicket application (wicket 1.5-based). So far we've used custom css to override the look feel for each websites, providing the websites with a selection of