Login Register

autocompleter

Which widget to use? Peculiar cross between ComboBox and FilteringSelect

I am really lost as to which widget I need in order to implement the following use case. (Alternatively, could I adapt an existing widget?)

Here's the setup. I have a large list of regions. Here's part of it:

[
 {id:1, name:"Canada"},
 {id:2, name:"France"},
 {id:3, name:"United Kingdom"},
 {id:4, name:"United States of America"}
]

struts2 : Problem with events in autocompleter

I am using struts2 autocomplete tag

<s:iterator value="orderFormList" status="count">
               <s:autocompleter forceValidOption="true" autoComplete="false" listKey="id" maxLength="6"
                    id="orderFormMemberList${count.index}" keyName="orderFormMemberIdList[${count.index}]"
                    name="orderFormMemberNameList[${count.index}]" theme="simple" list="portraitClassMemberList"
                    onchange="changeForm()">
               </s:autocompleter>
           </s:iterator>

struts2 : Problem with events in autocompleter

I am using struts2 autocomplete tag

Syndicate content