Re: Does FormTester no longer pass the parameters to the page constructor when submitting the form?

2017-03-23 Thread Trejkaz
I made a quick demo: https://github.com/trejkaz/wicket-form-tester-problems I also set up HomePage so that it links to a group page for testing manually, and interestingly, when running Wicket itself and hitting it with a web browser, the form works fine. So it's weird that it would fail

Does FormTester no longer pass the parameters to the page constructor when submitting the form?

2017-03-23 Thread Trejkaz
I'm taking another shot at updating from 1.5.7 to 1.5.8, so that hopefully I can eventually update to 6. I've made the massive number of expectation changes to reflect how WicketTester now calls the page objects, but some tests still fail. On some investigation, I found that weird stuff is going

Re: ComponentNotFoundException and Clustering failover

2017-03-23 Thread Wayne W
If I put the AbstractDefaultAjaxBehavior back in, it always fails. If I remove the AbstractDefaultAjaxBehavior most of the time it works, but every now and then it fails to replicate. Its really inconsistent. I have no idea how to get to the bottom of this. Any pointers or help is much

Re: ComponentNotFoundException and Clustering failover

2017-03-23 Thread Wayne W
So it seems the homepage is not the only page. However removing the AbstractDefaultAjaxBehavior makes no difference I still get the same issues. Just don;t know where to start with this one. Is there a way I can turn on the logging around replication in wicket? On Thu, Mar 23, 2017 at 4:27 PM,

Re: ComponentNotFoundException and Clustering failover

2017-03-23 Thread Wayne W
Hi Martin, no - I still get the ComponentNotFoundException in the new instance. :-/ On Thu, Mar 23, 2017 at 3:57 PM, Martin Grigorov wrote: > Hi, > > On Thu, Mar 23, 2017 at 4:20 PM, Wayne W > wrote: > > > Hi Martin, > > > > that was a typo

Re: ComponentNotFoundException and Clustering failover

2017-03-23 Thread Martin Grigorov
Hi, On Thu, Mar 23, 2017 at 4:20 PM, Wayne W wrote: > Hi Martin, > > that was a typo on my part. I've been doing a lot more testing before I > replied to make sure things are as I say. This is what I am observing: > > >- I have a 2 node tomcat cluster setup with

Re: ComponentNotFoundException and Clustering failover

2017-03-23 Thread Wayne W
Hi Martin, that was a typo on my part. I've been doing a lot more testing before I replied to make sure things are as I say. This is what I am observing: - I have a 2 node tomcat cluster setup with apache balancing between them locally on my machine. - Testing with a very simple Wicket

Re: Wicket is #3 in the JSON perf test by TechEmpower

2017-03-23 Thread Martin Grigorov
There won't be a difference. There is only one page in these tests and it is stateless, i.e. it is not stored. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Mar 23, 2017 at 3:01 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Would be

Re: Wicket is #3 in the JSON perf test by TechEmpower

2017-03-23 Thread Martin Makundi
Would be interesting to run this performance test Wicket with speed patch #6177 https://issues.apache.org/jira/browse/WICKET-6177 2017-03-23 15:58 GMT+02:00 Marcel Barbosa Pinto : > That is really good! > > On Thu, Mar 23, 2017 at 5:47 AM, Andrea Del Bene

Re: Wicket properties file load at startup?

2017-03-23 Thread Entropy
I put getString("Required") in the init of the page. Yet on the event it did the same thing for about the same time. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-properties-file-load-at-startup-tp4677396p4677411.html Sent from the Users forum mailing list

Re: Wicket is #3 in the JSON perf test by TechEmpower

2017-03-23 Thread Marcel Barbosa Pinto
That is really good! On Thu, Mar 23, 2017 at 5:47 AM, Andrea Del Bene wrote: > Great! > > On Wed, Mar 22, 2017 at 11:28 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > > > "New" does not mean better. :-) > > > > kind regards > > > > Tobias > > > > >

Re: Wicket is #3 in the JSON perf test by TechEmpower

2017-03-23 Thread Andrea Del Bene
Great! On Wed, Mar 22, 2017 at 11:28 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > "New" does not mean better. :-) > > kind regards > > Tobias > > > Am 22.03.2017 um 23:09 schrieb Martijn Dashorst < > martijn.dasho...@gmail.com>: > > > > WOW > > > >> On Wed, Mar 22, 2017 at

AW: FilterForm with DropDownChoice

2017-03-23 Thread Christoph.Manig
Hello, thank you that works fine for my problem. Mit freundlichen Grüßen Christoph Manig -Ursprüngliche Nachricht- Von: Sven Meier [mailto:s...@meiers.net] Gesendet: Mittwoch, 22. März 2017 16:16 An: users@wicket.apache.org Betreff: Re: FilterForm with DropDownChoice Hi, have you