This is not currently possible with Tapestry; in fact some people use just
the opposite approach, using a Zone update to keep the session live.
It is difficult to tell, on the server side, what the "intent" of a request
is, and Tapestry has had no concept of "user generated action" as the
intent.
Hi,
The sessions in my app are supposed to expire after 10 minutes, but I think
zone updates are keeping them alive.
Is there a way to stop this behaviour? Only user generated actions should
prevent a session expiring.
regards,
John
---
This email is free from viruses and malware because avas
On Fri, 22 Aug 2014 13:08:05 -0300, squallmat .
wrote:
Hi,
Hi!
I would like to know if is possible to put a method with a contextualized
value in it. For example :
Yes.
Only the syntax is incorrect. Never, never, never ever use ${} expansions
in component parameters. N-e-v-e
Hi,
I would like to know if is possible to put a method with a contextualized
value in it. For example :
Is this possible ?
Hi all,
I'm trying to intrgrate tapestry-atmosphere library in my project,
where we already have tynamo conversation and tynamo security.
The following exception is thrown, when I try to broadcast message:
internal.PerRequestBroadcastFilterImpl -
Error rendering ComponentEventParameters[page=Hom
Sounds like you want to pass a context value along with the field value to
the serverside event. I'm pretty sure that ZoneUpdater doesn't support
this.
You can use the observe mixin from tapestry-stitch
http://tapestry-stitch.uklance.cloudbees.net/observedemo
(might require a tweak to use jquery