Re: HTTPS not working with InjectPage or Class

2017-04-15 Thread JumpStart
I think I’ve found the cause. It would be great if someone could confirm my logic. The problem seems to be that the ALB is passing through a secure request with “http” scheme. Tapestry sees that it’s a secure request and assumes the scheme must be “https” so it returns a relative URL (because i

Tapestry Quickstart problems

2017-04-15 Thread Svein-Erik Løken
The Quickstart project demonstrates how fast it is to start developing a Tapestry project. I have been using it for a new project, but could not debug JavaScript. (I am using IntelliJ). I could not understand why, but after several hour a found out that configuration.add(SymbolConstants.MINIFIC

RE: Mouse tracking with Tapestry

2017-04-15 Thread Svein-Erik Løken
Maybe not exactly what you are looking for, but I have been using my tapestryutil.js for some years with luck 😊 https://github.com/sveine/tapestry-multi-module-demo/blob/master/core/src/main/resources/META-INF/modules/util/tapestryutil.js A little demo: https://github.com/sveine/tapestry-multi-m