Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0 branch (discontinued)
-
None
Description
While creating a subclass of DropDownChoice, I wanted to write a specialized reverse mapping function that would allow the option value to be used as the primary key for direct lookup of the object. Unfortunately, AbstractSingleSelectChoice.convertValue() is has a 'final' modifier. (I'm guessing this is an inside joke because it does a linear search... )
Any chance of removing the final modifier?
Attachments
Issue Links
- is related to
-
WICKET-663 enhance ichoicerenderer with id->choice object lookup
- Resolved