Ghastly. I get the same error.<br><br>A hackaround.<br><br>I have changed<br><br>return this.multiple || this.handler.evt[this.multipleKey];<br><br>to<br><br>return this.multiple;<br><br><br><br><div><span class="gmail_quote">On 15/03/2008, <b class="gmail_sendername">Eric Lemoine</b> &lt;<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I mean: sc.clickFeature.call(sc,feature)<br> <br> 2008/3/15, Xin &lt;<a href="mailto:xin@zenpow.com">xin@zenpow.com</a>&gt;:<br> <br>&gt; Yes, I am using the select feature control.<br> &gt;<br> &gt; Do you mean sc.clickFeature.call(feature)? This is not working for me.<br>
 &gt;<br> &gt; I think I know what the underlining issue might be. The link that calls<br> &gt; clickFeature is in a block of HTML pulled in by AJAX. It&#39;s the textual<br> &gt; results of the KML points. Can you see this causing any problems?<br>
 &gt;<br> &gt; It seems this.multipleKey is not correctly set. This does look like a bug.<br> &gt; I&#39;ll have a closer look later.<br> &gt;<br> &gt; Thanks for the help.<br> &gt;<br> &gt; On 15/03/2008, Eric Lemoine &lt;<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>&gt; wrote:<br>
 &gt; &gt;<br> &gt; &gt; Xin, i guess you&#39;re using the select feature control. Have you tried<br> &gt; &gt; using the following to call clickFeatuse : sc.clickFeature.call(sc) ?<br> &gt; &gt;<br> &gt; &gt; 2008/3/14, Xin &lt;<a href="mailto:xin@zenpow.com">xin@zenpow.com</a>&gt;:<br>
 &gt; &gt;<br> &gt; &gt; &gt; Hi,<br> &gt; &gt; &gt;<br> &gt; &gt; &gt; I am getting this error when calling clickFeature. It is called when I<br> &gt; &gt; click<br> &gt; &gt; &gt; on a link with onclick.<br> &gt; &gt; &gt;<br>
 &gt; &gt; &gt; this.multipleKey has no properties<br> &gt; &gt; &gt; multipleSelect()OpenLayers.js (line 815)<br> &gt; &gt; &gt; forwardMercator(Object layer=Object data=Object)OpenLayers.js (line 814)<br> &gt; &gt; &gt; previewFeature(0)namibia.js (line 177)<br>
 &gt; &gt; &gt; onclick(click clientX=0, clientY=0)localhost:3000 (line 1)<br> &gt; &gt; &gt; this.select(feature);}}},multipleSelect:function(){return<br> &gt; &gt; &gt; this.multiple||this.ha...<br> &gt; &gt; &gt;<br> &gt; &gt; &gt; The behaviour of this error is strange. Clicking on the feature<br>
 &gt; &gt; &gt; works.Executing the code in Firebug console. After which, clicking on<br> &gt; &gt; &gt; the trigger<br> &gt; &gt; &gt; link works.<br> &gt; &gt; &gt; On refreshing the page, the problem would come back.<br>
 &gt; &gt; &gt;<br> &gt; &gt; &gt; I have just updated to the latest trunk.<br> &gt; &gt; &gt;<br> &gt; &gt; &gt; I&#39;ve been stuck with this for a couple of days now. I would really<br> &gt; &gt; &gt; appreciate any help.<br>
 &gt; &gt; &gt;<br> &gt; &gt; &gt; Xin<br> &gt; &gt; &gt;<br> &gt; &gt;<br> &gt;<br> </blockquote></div><br>