wicket 7.2.0 and getLastResponse().getRedirectLocation();

2016-03-15 Thread Ernesto Reinaldo Barreiro
Hi, We have a simple test like == WicketTester tester = tester(); tester.startPage(AgencyInquiryPage.class); FormTester formTester = tester.newFormTester("form"); formTester.setValue("businessDetails:firstName:field", "John"); formTester.setValue("businessDet

Re: Wicket and Spring-Boot, how to reload changed HTML files?

2016-03-15 Thread Tom Götz
Argh, you should run Wicket in „development“ config … thanks for listening ;-) Tom > On 15.03.2016, at 22:14, Tom Götz wrote: > > Hi there, > > I’m currently playing around with the Spring-Boot/Wicket integration from > https://github.com/MarcGiffing/wicket-spring-boot >

Wicket and Spring-Boot, how to reload changed HTML files?

2016-03-15 Thread Tom Götz
Hi there, I’m currently playing around with the Spring-Boot/Wicket integration from https://github.com/MarcGiffing/wicket-spring-boot . It’s quite handy, but I wonder: how do I reload a changed HTML/CSS/JS file without having to restart the ap

Re: Bootstrap DateTimePicker and ISO8601 date format

2016-03-15 Thread Martin Grigorov
Hi, On Tue, Mar 15, 2016 at 5:16 PM, Marco Di Sabatino Di Diodoro < marco.disabat...@tirasa.net> wrote: > Hi, > > I'm working with Wicket Bootstrap. I have some problems with the date > picker. Currently, the Bootstrap DateTimePicker component is not working > properly with some**java date forma

Bootstrap DateTimePicker and ISO8601 date format

2016-03-15 Thread Marco Di Sabatino Di Diodoro
Hi, I'm working with Wicket Bootstrap. I have some problems with the date picker. Currently, the Bootstrap DateTimePicker component is not working properly with some**java date formats. When I try to use the ISO8601 date format, wicket returns an exception - date is not valid. Any suggestion