Re: Over Reliance on Session Storage

2014-04-15 Thread Luke Wilson-Mawer
Hi Ben, Have you tried using Tapestry's client persistence? I'm not up to speed with how well it works now. A slightly more significant departure might be to start replacing your pages and components with stateless rest endpoints using Tynamo's tapestry-resteasy, a piece at a time. We've done

Re: Over Reliance on Session Storage

2014-04-15 Thread Luke Wilson-Mawer
On Tue, Apr 15, 2014 at 2:31 PM, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Tue, 15 Apr 2014 07:48:47 -0300, Luke Wilson-Mawer lukewilsonma...@gmail.com wrote: A slightly more significant departure might be to start replacing your pages and components with stateless rest

Caching of assets (js libraries, css etc.)

2014-03-14 Thread Luke Wilson-Mawer
In previous version the asset URLs contained the version, so they would change each time the version changed. In 5.4 this doesn't seem to be the case. Am I mistaken? If not, is this by design? And what's to stop assets being cached between releases of different versions of the software? Kind

Re: Caching of assets (js libraries, css etc.)

2014-03-14 Thread Luke Wilson-Mawer
, and no far-future expires header (since an upgrade of the app may change the module). However, there's still ETags support, so most module requests are quickly responded to with a 304 status code. On Fri, Mar 14, 2014 at 9:35 AM, Luke Wilson-Mawer lukewilsonma...@gmail.com wrote

Re: [5.4-beta-2] Two JavaScript Errors - Quick Fixes

2014-01-25 Thread Luke Wilson-Mawer
I advised modulemanager to fix this. On 23 Jan 2014 21:44, Dimitris Zenios dimitris.zen...@gmail.com wrote: Until this is fixed a quick tip. You dont have to create custom jars.just create a new js file with the same filename as the one you want to fix and place it on your meta-inf using the

Re: AjaxFormLoop Implementation

2014-01-24 Thread Luke Wilson-Mawer
Yes, I noticed a bug in Tap 5.4-beta-2 but it may not be related to yours. The events.zone.didUpdate event isn't triggered when a row is added because of a javascript error. From memory the click event for adding a new element returns something like newElement.trigger... when it should be

Re: AjaxFormLoop Implementation

2014-01-24 Thread Luke Wilson-Mawer
this component, would you mind telling me if my configuration is similar to yours? I'm not sure that I'm using the encoder properly etc. Thank you. On Fri, Jan 24, 2014 at 7:15 AM, Luke Wilson-Mawer lukewilsonma...@gmail.com wrote: Yes, I noticed a bug in Tap 5.4-beta-2 but it may not be related

Re: PlasticClass.getMethods() doesn't include introduced methods.

2012-04-21 Thread Luke Wilson-Mawer
commands, e-mail: users-h...@tapestry.apache.org Luke Wilson-Mawer Director, Viscri Limited l...@viscri.co.uk Registered address: Cawley House, 149-155 Canal Street, Nottingham, NG1 7HR Postal address: 804, Eurotower, Courland Grove, London, SW8 2PX Registered number: 07031070

CSS Stacks

2011-11-09 Thread Luke Wilson-Mawer
Hi, Are relative URLs in CSS the only reason that combining CSS files in stacks isn't supported? Or are there other issues? Basically, I want to serve a combined stack for each 'product' in our multi product application. Products contain many CSS files. I'm looking now at how to add CSS