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 20:26:37 UTC

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

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: Musachy Barroso


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.


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

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42349 ] 

Benjamin McCann commented on WW-2232:
-------------------------------------

I should have used     :
    <sx:autocompleter name="test" label="test" list="#{'Alabama':'AL', 'Alaska':'AK'}" autoComplete="false"/> 

> 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: Musachy Barroso
>
> 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WW-2232 stopped by Benjamin McCann.

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


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

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WW-2232 started by Benjamin McCann.

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


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

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
     [ 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.