Hi, I have a problem with Scriptaculous and SeasideAsync. I have a liveCalback ( on a select tag ) when gets evaluated it shows a SUAutocompleterTest instance. Then when I select an item, all components are gone except the SUAutocompleterTest. On the other hand, if I switch/replace the SUAutocompleterTest and render another component it works fine.
<br>I´ve attached an example to reproduce the behavior.<br>Any ideas?<br><br><br>&nbsp;&nbsp;&nbsp; aRenderer select<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; list: #(one two);&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; selected: #one;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; callback:[:f | ]; 
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; liveCallback: [:anObject :h | h div id: 'xxlive';with: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anObject = #two ifTrue: [ h render: component &quot;a SUAutocompleterTest instance&quot;]]<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ].
<br>&nbsp;&nbsp;&nbsp; aRenderer div id: 'xxlive';with: ''<br><br><br>- I add SULibrary and WAAsyncScripts libraries<br>- I'm using Squeak3.8/Seaside2.7a1-mb.155/SeasideAsync-mb.48.<br><br>Regards.<br>Juan Matias.<br><br>