Hi, I have a subclass of the Select component in which I would like to override the default ValueEncoder. The problem is, the default binding method for the encoder parameter defined in the superclass (Tapestry's Select class) has package private scope, so I can't override it. What is the correct way to do this?
Thanks, Benny
