If you are already using XmlWebApplicationContext (extends
AbstractRefreshableWebApplicationContext like
AnnotationConfigWebApplicationContext) that is probably not the issue, but
you can set the context class in your web.xml like this:
...
contextClass
org.sprin
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 th
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.
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 co
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 wrote:
> I am trying to use wicket head tag containg some jquery script, when the
> page rendered wicket is pla
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 pages
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:
http://apache-wicket.1842
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 a
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 IRequestCycleListener
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 th
10 matches
Mail list logo