Re: eventlink with multiple context parameters

2018-10-05 Thread Thiago H. de Paula Figueiredo
I don't think the list: prefix is part of Tapestry itself, but of a third-party module. Anyway, any context not dead simple is better served by being done in Java instead of the template. That's the Tapestry philosophy. On Wed, Oct 3, 2018 at 4:17 PM Ross, Cyndy wrote: > > try >

RE: eventlink with multiple context parameters

2018-10-03 Thread Ross, Cyndy
try Change Relation square brackets doesn't work for me either. not sure why list: is not documented. cheers, Cyndy From: D. R. [d.re...@googlemail.com.INVALID] Sent: Tuesday, October 02, 2018 10:48 AM To: users@tapestry.apache.org Subject:

Re: eventlink with multiple context parameters

2018-10-03 Thread Chris Poulsen
I think that you may be hit by some type erasure on the map. That said Tapestry also has some correctness issues with some generic constructs where it detects a too generic type in some complex cases. We are overriding the GenericsUtils class with an implementation that uses Guava's TypeToken for