You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Benny Law <be...@gmail.com> on 2010/01/06 23:18:49 UTC

Overriding Default Parameter Value (T5.1)

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