Re: Re: Re: FormTester and IModel

2016-05-30 Thread Martin Grigorov
Hi, Please try to make the demo application simpler. At the moment is uses Spring, Hibernate, DBUtil, ... A simple Wicket-only application that demonstrates the problem should be possible to be created. Also try with default Wicket model classes. If it works then the problem should be in your

Re: Generate css from less for package resources at runtime.

2016-05-30 Thread Martin Grigorov
Hi Lasse, https://github.com/SomMeri/less4j/blob/master/src/main/java/com/github/sommeri/less4j/LessSource.java#L365 StringSource doesn't have get/set lastModifiedDate. I can add a specialization of this class in Wicket Bootstrap Less project and make use of it while calculating the last

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-30 Thread Martin Grigorov
Hi, On Fri, May 27, 2016 at 12:42 PM, Fabio Fioretti < windom.macroso...@gmail.com> wrote: > Hi Martin, > > Is this the ticket you refer to? > https://issues.apache.org/jira/browse/WICKET-5190 Yes, this is the one! > > > It has an explanation on why onFileUploadException() is called on the

Re: Processing large data while allowing request to return

2016-05-30 Thread Martin Grigorov
Hi, Wicket's request cycle is not affected by custom threads in any way. There must be a problem in your application code if this is not the case. Please read http://wicketinaction.com/2014/07/working-with-background-jobs/ for some solutions how to deal with long running background jobs. Martin

Re: [Released] PAX-Wicket 3.0.4 now out!

2016-05-30 Thread Martin Grigorov
Hi, Could you please share some more information about "Alternative Wicket Models preconfigured for OSGI (Martin Nybo Nielsen)" ? Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, May 30, 2016 at 12:52 PM, nino martinez wael <

[Released] PAX-Wicket 3.0.4 now out!

2016-05-30 Thread nino martinez wael
PAX-Wicket 3.0.4, running Wicket OSGI style Main goal for this release are to bring PAX-Wicket to working state on Apache Karaf 4.x, while retaining compability the other containers Major features * Working with Karaf 4.x (Nino Martinez Wael) * Working wik Wicket 6.22 (Nino Martinez Wael) *