nexus.devlab722.net down?

2016-05-19 Thread Ben Titmarsh
Hello, I'm still using some dependencies from nexus.devlab722.net and have the repository set up in my pom, however for the last few days the site has been down. Does anyone know what is going on? Has the repo moved? http://www.downforeveryoneorjustme.com/nexus.devlab722.net Thanks, Ben

Re: A scrip ahead of all other scripts

2016-05-19 Thread JumpStart
Thanks Felix. That worked. I’ve now included the script, plus my options script, the theme css and language css in the TMLs that need it, and Offline is now working well. BTW, I think Offline.js has a flaw in its init logic which could still occur sometimes. It assumes that if

Re: A scrip ahead of all other scripts

2016-05-19 Thread Cezary Biernacki
There are multiple options. Adding explicit

Re: A scrip ahead of all other scripts

2016-05-19 Thread Felix Gonschorek
Hi Geoff, still fighting with Offline.js ? :-) What about loading offline.js in the head of the document, with a regular tag as a child of the tag? Tapestry is being loaded at the end of the document before the closing tag. 2016-05-19 15:19 GMT+02:00 JumpStart

A scrip ahead of all other scripts

2016-05-19 Thread JumpStart
In T5.4, how can I make a script load ahead of all the others, including Tapestry’s js? The others load async so I think I need this one to load synchronously. . The script is offline.js. My problem is that offline.js works only sometimes - it has its own detection of DOMContentLoaded and

Re: [tapestry5-jquery] CustomDatepicker mixin not working

2016-05-19 Thread Nathan Quirynen
Sorry, mail was sent empty by mistake. Just wanted to say I made the issue with some of my thoughts/testing info. https://github.com/got5/tapestry5-jquery/issues/373 Have also tried with Tapestry 5.4.1 with no success. On 18/05/16 09:19, Nathan Quirynen wrote: On 17/05/16 21:43, françois

Re: Overriding and translating JSR-303 validation messages

2016-05-19 Thread Ido Dovrat
Or just go ahead and add these overriding properties to app.properties. On Wed, May 18, 2016 at 7:44 PM, Kalle Korhonen wrote: > You should be able to override them by adding a > ValidationMessages.properties file at the root of your classpath. See > >