Re: QuickStart

2018-11-26 Thread danny de cock
hello, the bootique suggestion is the fastest suggestion so far. just download or clone the project, adjust pom.xml to use import dependency version 0.25 rather than the snapshot of 0.24, and you are ready to go... d.

Re: [ANN] JumpStart 7.0.4 released!

2018-05-16 Thread danny de cock
hello geoff, great work! your page and examples have learnt me a lot over the past years! the `file upload` example seems to have disabled in the past release... is there a specific reason for this disabling? I am using the file upload from one of your previous versions and that seems to work sti

Re: jss.require(...) code is not executed when using ajaxResponseRenderer.addCallback(new JavaScriptCallback())

2016-02-06 Thread danny de cock
of org.lazan.t5.atmosphere.demo.pages.Index.java is not >> executed, where the same call to addDataPoint gets executed when >> called by addRandomPoint in afterRender and onSuccess. >> >> click the 'AddPoint' button a couple of times to confirm that the same >>

Re: jss.require(...) code is not executed when using ajaxResponseRenderer.addCallback(new JavaScriptCallback())

2016-02-05 Thread danny de cock
yes, they are ajax calls... I will produce a stripped-down version of the project that illustrates the problem... when adding a submit button that executes the same javascript script or when called from afterRender, it works, when called through the onAjaxEvent call, it does not... will upload t