Tapestry ignoring expansions in HTML comments

2016-03-15 Thread David Diaz
Hi guys, I've been working at my Tapestry application for a while and I'm just cleaning it up and I'm currently ensuring compatibility with Internet Explorer 8+. This requires me to include IE8 specific shims/polyfills for certain javascript functions it's missing. I'm trying to do this in my Lay

Re: SSL on url demand

2016-03-15 Thread h3ph3st0s
Yes, it seems nice. But in deed I don't know how to "glue" it within requests/responses and especially ajax. Also it says about Request.isSecure() method which also seems good, right ? Should be within a method with @AfterRender, in order to evaluate always the calls ? Thanks and regards, Dim

Re: SSL on url demand

2016-03-15 Thread Norman Franke
Unless, of course, you offload SSL processing to a load balancer. Tapestry doesn’t seem to handle that at all. Norman Franke Answering Service for Directors, Inc. www.myasd.com > On Mar 9, 2016, at 9:36 PM, JumpStart > wrote: > > The simple answer is - the whole worl

tapestry jquery PageScroll

2016-03-15 Thread Robert Jakeš
I am trying to use tapestry5 jquery component PageScroll for infinite scrolling. - tapestry5 - 5.3.8 - tapestry5-jquery - 3.4.2 So far i got this: public class PageScrollDemo { private static final int PageSize = 100; @Property private int value; @OnEvent("nextPage")

tapestry jquery PageScroll

2016-03-15 Thread Robert Jakeš
I am trying to use tapestry5 jquery component PageScroll for infinite scrolling. - tapestry5 - 5.3.8 - tapestry5-jquery - 3.4.2 So far i got this: public class PageScrollDemo { private static final int PageSize = 100; @Property private int value; @OnEvent("nextPage")