[ http://issues.apache.org/jira/browse/TAPESTRY-1029?page=comments#action_12424414 ] Jesse Kuhnert commented on TAPESTRY-1029: -----------------------------------------
I'm going with something similar to what you supplied, should land in trunk later today. The major difference is that I'm extending the familiar IPrimaryKeyConverter interface to handle unique ID's. The default implementation will work much like the BeanPropertySelectionModel implementation in that it uses java beans style syntax to resolve the key/label properties of objects in a list. > Autocompleter should have a more appropriate model > -------------------------------------------------- > > Key: TAPESTRY-1029 > URL: http://issues.apache.org/jira/browse/TAPESTRY-1029 > Project: Tapestry > Issue Type: Improvement > Components: Framework > Affects Versions: 4.1.1 > Reporter: Norbert Sándor > Assigned To: Jesse Kuhnert > Attachments: Autocompleter.java, IAutocompleterModel.java > > > The current model is not appropriate because it iterates through all elements > and doesn't allow custom filtering. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
