Re: Wicket+Spring 4 integration

2015-09-24 Thread Martin Grigorov
On Thu, Sep 24, 2015 at 8:40 PM, Richard W. Adams wrote: > FYI, we use Spring 4.0.5 with Wicket 1.7.5 & have not encountered any > There is no Wicket 1.7.5 :) > issues. Your mileage may vary. > > > > > From: Sandor Feher > To: users@wicket.apache.org > Date: 09/24/2015 01:37 PM > Subj

Re: Wicket+Spring 4 integration

2015-09-24 Thread Richard W. Adams
FYI, we use Spring 4.0.5 with Wicket 1.7.5 & have not encountered any issues. Your mileage may vary. From: Sandor Feher To: users@wicket.apache.org Date: 09/24/2015 01:37 PM Subject:Re: Wicket+Spring 4 integration This email originated from outside of the company. Please u

Re: Wicket+Spring 4 integration

2015-09-24 Thread Sandor Feher
I tried to do but I experienced some problems. They might be related to Spring but I'm not sure. I use spring security. Default login page has changed in 4 so I set my wicket app's login page. Then login page appeared but there was no action made when I clicked submit button. I dig Springs migratio

Re: Wicket+Spring 4 integration

2015-09-24 Thread Martin Grigorov
On Thu, Sep 24, 2015 at 7:06 PM, Sandor Feher wrote: > So this means if I want to use Spring 4 then I must upgrade to Wicket 7. > No. You can use Spring 4.x with Wicket 6.x. > (Currently I use 6.20.0) > > Can I do it safely ? Is 7.0 stable enough ? > > TIA,Sandor > > -- > View this message in

Re: Wicket+Spring 4 integration

2015-09-24 Thread Sandor Feher
Sounds good. I have up to 15 pages , wicket 6, hibernate 4 and spring 3. Not so simple but not a nightmare. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-4-integration-tp4672031p4672035.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Wicket+Spring 4 integration

2015-09-24 Thread Mihir Chhaya
Just sharing my experience; I recently migrated medium scale web application (40+ screens) from wicket 1.4 + Spring 3.x + Hibernate 3.x to Wicket 7+ Spring 4.2 +Hibernate 4.2 without any integration issue. -Mihir. On Thu, Sep 24, 2015, 1:15 PM Sandor Feher wrote: > So this means if I want to u

Re: Wicket+Spring 4 integration

2015-09-24 Thread Sandor Feher
So this means if I want to use Spring 4 then I must upgrade to Wicket 7. (Currently I use 6.20.0) Can I do it safely ? Is 7.0 stable enough ? TIA,Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-4-integration-tp4672031p4672033.html Sent from the

Re: Wicket+Spring 4 integration

2015-09-24 Thread Martin Grigorov
Hi, There is no reason Wicket to upgrade to Spring to 4.x. You can set Spring version in your pom.xml to 4.x. Wicket 7.x uses Spring 4: https://github.com/apache/wicket/blob/master/pom.xml#L135 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Sep 24, 2015 at

Wicket+Spring 4 integration

2015-09-24 Thread Sandor Feher
Hi, I'm just wondering when do you plan to support spring 4 in wicket-spring module ? I try to implement an Oauth2 server on top of my Wicket app and oauth2 (at least 2.0.6 and above) requires spring 4. Right now I'm not able to upgrade due to lack of wicket spring 4 support. TIA., Sandor -- Vie

Re: Custom confirmation behavior

2015-09-24 Thread Marco Di Sabatino Di Diodoro
Hi Sven, Thanks for your help, I solved my problem. Regards Marco Il 23/09/2015 16:01, Sven Meier ha scritto: Hi, you'll have to trigger the AjaxLink by yourself after the user confirmed your bootbox: http://stackoverflow.com/questions/30064980/pass-the-triggered-element-to-the-bootbox-cal