Re: autocompleter works at firefox but broken at IE 6

2007-07-25 Thread NHSoft.YHW
r elements.", the IE throws Excption message "4871 object error" NHSoft.YHW wrote: > > deploy showcase apps at tomcat 5.5.17 & JDK1.5.11, when I test "Link two > autocompleter elements" example, when click "Autocompleter 2", the same > error foun

Re: autocompleter works at firefox but broken at IE 6

2007-07-17 Thread NHSoft.YHW
deploy showcase apps at tomcat 5.5.17 & JDK1.5.11, when I test "Link two autocompleter elements" example, when click "Autocompleter 2", the same error found at IE 6(Firefox works) but I found follow URL works with IE 6: http://www.planetstruts.org/struts2-showcase/ajax/autocompleter/ :( My Env

autocompleter works at firefox but broken at IE 6

2007-07-17 Thread NHSoft.YHW
the code detail: JSP File : action config: /ajax/regions.ftl regions.ftl: [ <#list regions as region> ["${region.regionName}","${region.regionNum}"], ] when I test code using firefox, it works; but when change to IE 6, when I selected first autocomp