customize the validation message for Form setMaxSize()

2018-10-03 Thread extraquoo
Hi , i am using setMaxSize() to limit the file upload size. Looks like the validation message is default to "Upload must be less than " Is there any way to customize this validation message ? -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Francesco Chicchiriccò
On 2018/10/03 15:54:18, Maxim Solodovnik wrote: > Version 8.x will set V2 by default (no specific code is required) > Version 9.x will set V3 > > You can change this behavior adding > getJavaScriptLibrarySettings().setJQueryReference(JQueryResourceReference.getV3()); > to Application.init()

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Maxim Solodovnik
Version 8.x will set V2 by default (no specific code is required) Version 9.x will set V3 You can change this behavior adding getJavaScriptLibrarySettings().setJQueryReference(JQueryResourceReference.getV3()); to Application.init() On Wed, 3 Oct 2018 at 22:51, Francesco Chicchiriccò wrote: >

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Francesco Chicchiriccò
On 2018/10/03 15:40:21, Maxim Solodovnik wrote: > I guess I't time to move to V2/V3 > IE 6/7/8/9 is extremely outdated . I agree, but I don't see how this relates to my question: the javadoc for DynamicJQueryResourceReference says that For IE 6/7/8 jQuery ver. 1.x will be used, for any

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Maxim Solodovnik
I guess I't time to move to V2/V3 IE 6/7/8/9 is extremely outdated . On Wed, 3 Oct 2018 at 22:37, Francesco Chicchiriccò wrote: > Hi there, > I can see that DynamicJQueryResourceReference [1] is deprecated in 8.x and > removed from master branch. > > From the @Deprecated annotation,

DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Francesco Chicchiriccò
Hi there, I can see that DynamicJQueryResourceReference [1] is deprecated in 8.x and removed from master branch. >From the @Deprecated annotation, however, I cannot find how to upgrade my >current code: could you please shade some light? Thanks. Regards. [1]