manage page ids in performance test loop

2012-10-21 Thread tsv
Hi community, I am doing performance tests (Jmeter) on a wicket application and having some troubles with the page version id. As I said I am using Jmeter and sending HTTP requests to the server with many users simultaneously. Example : myapp:8080/client/wicket/page?3-1.IBehaviorListener.0-form

Re: JSON response in wicket >= 6.0.0

2012-10-21 Thread Gonzalo Aguilar Delgado
Hello Ernesto, I sometimes get confused myself. ;-) I think that I don't understand well this piece of code: @Override public final void onRequest() { WebApplication app = (WebApplication)getComponent().getApplication(); AjaxRequestTarget

Re: JSON response in wicket >= 6.0.0

2012-10-21 Thread Ernesto Reinaldo Barreiro
Hi, On Sun, Oct 21, 2012 at 10:57 AM, Gonzalo Aguilar Delgado < gagui...@aguilardelgado.com> wrote: > Hello Ernesto, > > I sometimes get confused myself. ;-) I think that I don't understand > well this piece of code: > > @Override > public final void onRequest() > { >

RE: Regression when using with non wicket namespace in 6.0

2012-10-21 Thread Chris Colman
This bug seems to be a much more fundamental regression. It seems any page that specifies its own namespace fails - regardless of whether it has an enclosure or not. JIRA issue raised and QuickStart provided here: https://issues.apache.org/jira/browse/WICKET-4829 Regards, Chris >-Or

Released wicket-source for Wicket 6

2012-10-21 Thread Jenny Brown
Wicket-Source is now compatible with Wicket 6. net.ftlines.wicket-source wicket-source 6.0.0.8 Wicket-Source lets you click through from the rendered web page back to the exact line of Wicket source code that produced it. For an introduction and screenshots, here's the prior announcement. ht