You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Ulrich Stärk (JIRA)" <de...@tapestry.apache.org> on 2007/10/28 17:11:50 UTC

[jira] Created: (TAPESTRY-1866) Autocompleter doesn't work when not using it with an explicit component id

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="autocomp@Autocompleter" 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1866) Autocompleter doesn't work when not using it with an explicit component id

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ 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="autocomp@Autocompleter" 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1866) Autocompleter doesn't work when not using it with an explicit component id

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte updated TAPESTRY-1866:
-------------------------------------

    Fix Version/s:     (was: 4.1.6)
                   4.1.7

> 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.7
>
>
> 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="autocomp@Autocompleter" 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org