On 30.07.2014, Thiago H de Paula Figueiredo wrote:

So, if you don't override this method, AbstractBinding subclasses are
invariant and values get cached for performance.

Create a VariantLiteralBinding subclass that overrides isInvariant() to
return false, use instead of LiteralBinding and I guess it'll work.

It worked! Thank you very very much!

I had to extend AbstractBinding though, because LiteralBinding stores fixed values which are never altered.

Currently I am passing both Messages and my own service to the construcor of my binding class in order to access these whenever get() is called. Is this the right way to do this?

Regards
 Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to