You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/10/05 22:26:37 UTC

[jira] Closed: (WW-2232) Autocompleter does not work with map

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

Musachy Barroso closed WW-2232.
-------------------------------

    Resolution: Not A Problem

> Autocompleter does not work with map
> ------------------------------------
>
>                 Key: WW-2232
>                 URL: https://issues.apache.org/struts/browse/WW-2232
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>            Reporter: Benjamin McCann
>            Assignee: Benjamin McCann
>
> Using the map example given in the documentation (http://struts.apache.org/2.x/docs/autocompleter.html) does not work:
>     <sx:autocompleter name="test" label="test" list="{'Alabama':'AL', 'Alaska':'AK'}" autoComplete="false"/>
> However, it works when a list is given
>     <sx:autocompleter name="test" label="test" list="{'AL', 'AK'}" autoComplete="false"/>

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