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

[jira] Assigned: (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 ]

Benjamin McCann reassigned WW-2232:
-----------------------------------

    Assignee: Benjamin McCann  (was: Musachy Barroso)

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