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
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