Hi,
May be Tapestry is not designed to support comet but I thought of giving it a
try and see what happens. The dispatcher approach does the job for me except
for one thing. Once the reverse ajax script fires the change made to the TML
files will not get reflected in the browser. I have to rest
I've had a few requests about this, so here is an update with an
easy-to-implement solution. It can be used to execute any arbitrary
JavaScript as part of an AJAX return. I simply use the standard
renderSupport.addScript() method.
I created a component called "executescript":
public class Execut
We're using it in production, and we haven't had any runtime stability
problems with it.
On Sat, May 22, 2010 at 4:16 AM, Jim O'Callaghan
wrote:
> Is anyone using a version newer than 5.1.0.5 in production for their
> application? There are a few nice to have more recent additions that would
> b
Thanks Vangel, that's very helpful information. Best of luck with your upgrade.
Anyone else have experiences to share?
Regards,
Jim.
-Original Message-
From: Vangel V. Ajanovski [mailto:a...@ii.edu.mk]
Sent: 22 May 2010 10:55
To: Tapestry users
Subject: Re: > 5.1.0.5 in production anyw
On 05/22/2010 10:16 AM, Jim O'Callaghan wrote:
> Is anyone using a version newer than 5.1.0.5 in production for their
> application? There are a few nice to have more recent additions that would
> be useful in our application but it would be interesting to hear first-hand
> experience of any stabi
Is anyone using a version newer than 5.1.0.5 in production for their
application? There are a few nice to have more recent additions that would
be useful in our application but it would be interesting to hear first-hand
experience of any stability issues.
Regards,
Jim.