On Mon, Nov 7, 2011 at 9:35 PM, hfriederichs <[email protected]> wrote: > Can anyone explain to me why an onClick() is executed only once after two > refreshes and then never again? > What blocks the firing of this event? Maybe that gives me a clue so that I > can figure it out.
See Firebug's Net tab. It will tell you whether the server is hit or the cache is used. You can also set a breakpoint in WicketFilter#doFilter() and whether it stops there for each request. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Migrating-a-ResourceStreamRequestTarget-to-a-ResourceStreamRequestHandler-tp3998969p4013453.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
