Re: [T5.4] cannot redirect on session timeout

2013-11-10 Thread Geoff Callender
Anyone? To clarify, the scenario is this: client sends an AJAX event request to server where the user's session has timed out. There is a workaround that works - it returns an object with property _tapestry with its value set to the old T5.3 object... os.write(("{\"_tapestry\":{\"redir

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-10 Thread Ilya Obshadko
I have managed to resolve it. Wrapping event setup inside Tapestry.onDOMLoaded() fixed the issue. Mixin code is here: https://gist.github.com/xfyre/7369149 On Mon, Nov 11, 2013 at 3:15 AM, François Facon wrote: > without code and without more information on the versions used, it is > difficult

Re: Tree, jumpstart tree from database and zone demo

2013-11-10 Thread Chris Mylonas
Thanks Lance, A few of those components are now on the exploration list :) On Thu, Nov 7, 2013 at 6:22 PM, Lance Java wrote: > FYI you might be interested in this: > http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo >

Re: Question about .less to .css transformation T5CONDUIT library for Tapestry 5.3.7

2013-11-10 Thread Jon Williams
Hi Cezary, I backed up to the 0.7 version of t5conduit and was still seeing the \n char all over my transformed css. This breaks the css functionality in the browser as my (polluted with \n chars) less to css transform output is invalid css that the browser was unable to render. I had to find a wa

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-10 Thread François Facon
without code and without more information on the versions used, it is difficult to dig. 2013/11/10 Ilya Obshadko > Thanks, that makes sense. Any ideas on hashchange event handling > compatibility? > > > On Sun, Nov 10, 2013 at 3:29 AM, François Facon >wrote: > > > Oups! My bad. > > if you set

[T5.4] - stack js not minified

2013-11-10 Thread Bård Magnus Kvalheim
Hi guys. Just noised that stack js in not minified in 5.4. Tried on 5.4.22 and 5.4.24 and seems to be missing on both. I'm in production mode and have also set combine-scripts=true enable-minification=true Modules and asset js + css seem to all minify correctly, so look like a possible oversight

Render a string but replace tokens with a component render

2013-11-10 Thread Ben Titmarsh
I operate a kind of forum and I'd like to give me users to ability to specify something like this when tying up a post: [CARD]Gamble[/CARD] The text will be saved in this format in the DB. When it comes time to render it, I would like to scan the String and replace all instance of [CARD]*[CA