Re: Multiple onActive

2011-07-19 Thread Ulrich VACHON
Thx Robert for your reply, I suspected that it was not possible. I like your solution but I will try to play with URL and have two methods. Thx a lot, Ulrich -- View this message in context: http://tapestry.1045711.n5.nabble.com/Multiple-onActivate-tp4612951p4613739.html Sent from the Tapestry

Re: Multiple onActive

2011-07-19 Thread Robert Zeigler
You could supply a custom ValueEncoder for MySuperObject that would handle either case and make your code agnostic to the type of object. You could use: onActivate(EventContext context) And then grab the parameter values and convert as desired using the "get" method (but that will require you