Re: RadioGroup ajax update

2017-01-09 Thread Sven Meier
Hi, that looks good to me. Please double check that you don't have wicket:id="rg1"> and id="rg1" isn't used multiple times in your markup. Regards Sven On 10.01.2017 00:21, Entropy wrote: We have a pair od radiobuttons in our html. They have some html around them, and so forth. They are

RadioGroup ajax update

2017-01-09 Thread Entropy
We have a pair od radiobuttons in our html. They have some html around them, and so forth. They are not dynamic. When the selection changes, we want an ajax event to make other stuff visible or not. RadioGroup rg = new RadioGroup("rg1"); rg.add(new

Re: Wicket 7 + Spring Security 7

2017-01-09 Thread Zala Pierre GOUPIL
Hi, Thanks a lot for sharing this! Very useful! Regards, Pierre On Mon, Jan 9, 2017 at 9:43 PM, David Beer wrote: > Hi Martin/All > > I actually solved the problem late yesterday. The issue is around the way > in which spring security can be configured. There had

Re: Wicket 7 + Spring Security 7

2017-01-09 Thread David Beer
Hi Martin/All I actually solved the problem late yesterday. The issue is around the way in which spring security can be configured. There had been a lot of changes between 3.1 and 4.2. Mainly around configuration, as I said earlier. It is now advised also to use the configuration in the Java

Re: Wicket 7 + Spring Security 7

2017-01-09 Thread Martin Grigorov
Hi David, What exactly is hard ? What kind of errors you mean? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jan 6, 2017 at 7:38 PM, David Beer wrote: > Hi Martin > > Happy New Year. > > Thanks for this. I have managed to get