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
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
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
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
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