[Seaside] liveCallback and SUAutocompleter

Lukas Renggli renggli at gmail.com
Fri Nov 17 21:05:38 UTC 2006


> 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.
> I´ve attached an example to reproduce the behavior.
> Any ideas?
>
>     aRenderer select
>                     list: #(one two);
>                     selected: #one;
>                     callback:[:f | ];
>                     liveCallback: [:anObject :h | h div id: 'xxlive';with: [
>                                 anObject = #two ifTrue: [ h render:
> component "a SUAutocompleterTest instance"]]
>                             ].
>     aRenderer div id: 'xxlive';with: ''

I doubt that SeasideAsync and Scriptaculous work together that close.
I would try to use Scriptaculous **xor** SeasideAsync.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list