Re: AjaxFormComponentUpdatingBehavior and AjaxFormChoiceComponentUpdatingBehavior Erases All Other Fields

2015-07-27 Thread MissOvenMitts
Thanks for reading! You're right, I forgot to leave that part in. At the top, you see that I declare the variable : Then one of the first lines of code on the panel calls a method that generates a fake bean of data and sets it on that variable, like so: -- View this message in context: htt

Re: AjaxFormComponentUpdatingBehavior and AjaxFormChoiceComponentUpdatingBehavior Erases All Other Fields

2015-07-27 Thread Sven Meier
Hi, private MyBean myBean; where are you creating that bean? I don't see it in your code. Sven On 27.07.2015 19:21, MissOvenMitts wrote: I must be using the AjaxFormComponentUpdatingBehavior and AjaxFormChoiceComponentUpdatingBehavior wrong, but I'm not sure why/how. The general gist is

AjaxFormComponentUpdatingBehavior and AjaxFormChoiceComponentUpdatingBehavior Erases All Other Fields

2015-07-27 Thread MissOvenMitts
I must be using the AjaxFormComponentUpdatingBehavior and AjaxFormChoiceComponentUpdatingBehavior wrong, but I'm not sure why/how. The general gist is that if I add this behavior to a component, when the user activates the change behavior on that component the rest of the form fields are nulled o

Re: Unit testing with CDI

2015-07-27 Thread Andrea Del Bene
ok, I'll give it a try. Thank you ! On 27 Jul 2015 18:35, "Martin Grigorov" wrote: > Hi, > > Master branch has some unit tests that use cdi-unit 2.x library. > Can you use them as starting point? > On Jul 27, 2015 6:28 PM, "Andrea Del Bene" wrote: > > > Hi folks, > > > > I'm trying to put togeth

Re: Unit testing with CDI

2015-07-27 Thread Martin Grigorov
Hi, Master branch has some unit tests that use cdi-unit 2.x library. Can you use them as starting point? On Jul 27, 2015 6:28 PM, "Andrea Del Bene" wrote: > Hi folks, > > I'm trying to put together a minimal quickstart project illustrating how to > use CDI in Wicket. I followed the code from the

Unit testing with CDI

2015-07-27 Thread Andrea Del Bene
Hi folks, I'm trying to put together a minimal quickstart project illustrating how to use CDI in Wicket. I followed the code from the CDI example I was able to create a working application. The only problem I still facing is about unit testing. What should I do to write a test case for my applicat

Re: Firefox 39+ Error code: ssl_error_weak_server_ephemeral_dh_key on ssl connection

2015-07-27 Thread Martin Grigorov
Hi, Wicket doesn't manage this so it is purely Jetty/Tomcat config issue. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jul 27, 2015 at 12:28 PM, lucast wrote: > Dear Forum, > Since I have upgraded to Firefox 39 I have not

Firefox 39+ Error code: ssl_error_weak_server_ephemeral_dh_key on ssl connection

2015-07-27 Thread lucast
Dear Forum, Since I have upgraded to Firefox 39 I have not been able to run my application on https since on the browser, I get the following error: This applies to the embedded jetty server and also the tomcat deployment server. Is this something that can be solved via Wicket, perhaps using Ss