Does anyone know why half of the built-in Tapestry 5 components that
take an "encoder" parameter are NOT set up to be able to use a
"contributed" ValueEncoder (that is, one configured with
contributeValueEncoderSource() in AppModule class)?

The following components nicely allow the "encoder" parameter to be optional:

    Grid, GridRows, Loop, Select, Upload:

But the following make you provide the encoder parameter (even if you
have a ValueEncoder configured in your AppModule for the appropriate
type):

    AjaxFormLoop, Palette, Checklist, Hidden, RadioGroup

Maybe there's some subtle reason for this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to