Login Register

autocompleter

Issue using dojo in firefox2.0.0.16

Hi,

I am using autocompleter and richtext option of struts2.0.11 which supports dojo 0.4. Every thing is working fine with IE. In firefox 2.0.0.16 autocompleter is behaving like combo box and rich text editor is behaving like a normal text editor. Is there anything I need to include in my coding for firefox browser support........

In the error console:
Error: too much recursion
Source File: http://localhost:8080/Sample/struts/dojo/dojo.js
Line: 8272
Error: djConfig.baseScriptUri has no properties
Source File: http://localhost:8080/Sample/struts/dojo/dojo.js
Line: 155

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