<div>Hi list!. </div>
<div>&nbsp;</div>
<div>I am doing an example to use SUUpdate with #triggerFormElement: in a muiltiselect tag. I have problems with this:</div>
<div>&nbsp;</div>
<div>1. If I donīt send #selected: with a OrderedCollection, it will raise MessageNotUnderstood: UndefinedObject&gt;&gt;add: when an element is selected.</div>
<div>2. Once #selected: is setted, when an element is selected the callback block&nbsp;is&nbsp;not evaluated ( so #triggerFormElement: isn&#39;t working)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Note that the #triggerForm: works fine.</div>
<div>I&#39;m using Seaside2.8a1-lr.541 and&nbsp;&nbsp;Scriptaculous-lr.240</div>
<div>&nbsp;</div>
<div>&quot;Example code, when an element is selected will open a explorer ( calllback block )&quot;</div>
<div>&nbsp;</div>
<div>renderContentOn: aRenderer</div>
<div>&nbsp;aRenderer form<br>&nbsp;&nbsp;id: &#39;1235465456&#39;;<br>&nbsp;&nbsp;with: [ aRenderer multiSelect<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list: #(1 5&nbsp; 45&nbsp; 87 8 6 48 79 7 987);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;size: 5;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: &#39;1245&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;selected: OrderedCollection new;&nbsp;&nbsp;&quot;If not setted will raise MessageNotUnderstood: UndefinedObject&gt;&gt;add:&nbsp;&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callback: [ : list | list explore ];<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;onChange: (aRenderer updater <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: &#39;xxxxx&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;triggerFormElement: &#39;1245&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callback: [: render | self break]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;) ].<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;aRenderer div id: &#39;xxxxx&#39;;with: &#39;&#39;</div>
<div>&nbsp;</div>
<div>thanks in advance.</div>
<div>Juan M.</div>