Am I wrong to assume that DropDownChoice (and a few of it’s superclasses)
should be using the generic of <T, E> that AbstractChoice defines where T
is the class of the model object and E is the class of choice object?

It seems that from AbstractSingleSelectChoice up, it assumes that the value
from the model is the same as the choice.

In my case, the model object may be a string, but my choices and renderer
are rendering from a complex class.

Thoughts?

-Lon

Reply via email to