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.4


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