Re: Is the Select component's VALUE_CHANGED event out of the scope of user sessions ?

2014-08-23 Thread Muhammad Gelbana
I can't believe I did this to my self !! I was using a wrong annotationJDO's @Persistent javax.jdo.annotations.Persistent *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 23, 2014 at 11:06 PM, Muhammad Gelbana wrote: > I'm using v5.4-beta-17 and I

Is the Select component's VALUE_CHANGED event out of the scope of user sessions ?

2014-08-23 Thread Muhammad Gelbana
I'm using v5.4-beta-17 and I'm facing an issue. I have an object persisted using the @Persistent annotation. And then I have a Select component on the page. While handling the Select component's VALUE_CHANGED event method, it seems I can't access the persisted object, its always null although I'v

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-08-23 Thread Lance Java
I've just fixed the issue in tapestry-atmosphere 0.0.4 (tapestry-offline 0.0.2) Please try with the latest version of tapestry-atmosphere. Cheers, Lance

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-08-23 Thread Lance Java
Hi Sem, Taking a look into this, I was surprised to see that tapestry's request does not have a getCookies() method http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/services/Request.html Instead, the CookieSource has to go directly to the HttpServletRequest https://github.com/apache/ta

Re: zone updates prolong session life

2014-08-23 Thread John
I was hoping that maybe the jquery zonerefresh mixin could be made to mark its request in such a way to tell the container not to update the session time? I'm guessing the container part of this work would be outside Tapestry though. John - Original Message - From: Howard Lewis Ship