On Mon, 04 Oct 2010 14:18:19 -0300, Tobias Marx wrote:
Hello everyone!
Hi!
I am using Tapestry 5.1.5 and I noticed that a method annotated as
@Cached is executed several times for a single pageview.
I am using a "BaseComponent" class that contains this method. It is
called from component
Hello everyone!
I am using Tapestry 5.1.5 and I noticed that a method annotated as @Cached is
executed several times for a single pageview.
I am using a "BaseComponent" class that contains this method. It is called from
component that extends this.
Or is it possible @Cached is not working when