Am 30.07.2014 um 14:14 schrieb Thiago H de Paula Figueiredo:
Why don't you create your own 'productmessage' binding so you can write ${productmessage:title} and have it treated like you wrote messages.get("title")?
That looks really promising, thank you for the detailed explanation!
Here's an untested version of your ProductMessageBindingFactory, supposing you have a ProductService perthread service which provides the current product:
And here is my problem: The current product is selected based on the activation context. How can I modify the service based on the values of the context?
Injecting the service in onActivate and setting the value does not work. Regards Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org