[ 
https://issues.apache.org/jira/browse/TAPESTRY-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse Kuhnert updated TAPESTRY-1866:
------------------------------------

    Fix Version/s:     (was: 4.1.5)
                   4.1.6

> Autocompleter doesn't work when not using it with an explicit component id
> --------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1866
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1866
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components, XHR/dhtml/Ajax
>    Affects Versions: 4.1.3
>            Reporter: Ulrich Stärk
>             Fix For: 4.1.6
>
>
> If one doesn't provide an explicit id for the autocompleter component inside 
> the template, the list returned by the server will always be empty when using 
> non-local mode. WIth local=true everything works fine.
> works: <select jwcid="[EMAIL PROTECTED]" model="ognl:model" 
> value="ognl:value" local="false">
> doesn't work: <select jwcid="@Autocompleter" model="ognl:model" 
> value="ognl:value" local="false">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to