[ http://issues.apache.org/jira/browse/TAPESTRY-1036?page=all ]

Jesse Kuhnert resolved TAPESTRY-1036.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

Will be deployed to new 4.1.1.-SNAPSHOT version shortly.

> AutoCompleter primary key handling problem
> ------------------------------------------
>
>                 Key: TAPESTRY-1036
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1036
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Norbert Sándor
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> In Autocompleter.rewindFormWidget() there is
>         String value = cycle.getParameter(getName());
>         
>         Object object = getModel().getValue(value);
> which means that always a String is passed to IAutocompleteModel.getValue(), 
> regardless of what type of primary keys were returned by 
> IAutocompleteModel.filterValues().
> Because of this bug Autocompleter works only with String primary keys...

-- 
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]

Reply via email to