Putting an Ajax Callback in AjaxEventBehavior

2009-03-10 Thread danelav
I have an image with an onmouseup AjaxEventBehavior. This results in the following markup: I w

Re: swarm & wicket 1.4

2008-11-18 Thread danelav
I am wondering the same thing. The most information I've found is here: http://www.nabble.com/WASP-SWARM-status-td20318330.html . It sounds like Wayne Pope may be taking up the torch. Marc Ende-2 wrote: > > Hi, > > currently I'm using swarm securing some webpages build on wicket. > Now, that's

Are pages stored in session?

2008-11-07 Thread danelav
I have a very basic link to a FAQPage, as shown below. Every time that link is clicked, the FAQPage constructor is called. This page is fairly static, and there's no reason for it to be re-constructed on every request. Is there a way to create the link so that it will use an existing instance of F

Slogging through Wicket's guts

2008-11-04 Thread danelav
I'm trying to understand how Wicket's RequestCycle works in order to resolve the problem I explained in my previous post, "Losing session information". I'm using Eclipse's debugger to step through the process, but I've hit a wall. I'm using Wicket 1.3.4, and I get stuck at RequestListenerInterfac