Question...
I've managed to use ajax feature with webtop through various toolkit, and currently I'm debated between Scriptacolous and Jquery..
I've done the same thing with both, aka suggestion for a field based on the home_cabinet content for the current user....
With scriptacolous I've produced a html list, and acquired those items via the autocomplete function..
With Jquery I produce xml data with a jsp page and read that data with a lil parser (since afaik jquery-ui autocompleter uses json, array, and no xml..) before passing the data to the autocompleter.
Those two solution are equally good (well given the simplicity of the task hardly anything could go wrong), my only gripe is that scriptacolous js library are somewhat conflicting with dynamicActions.js library (basically dynamicActions cannot manage to assign a value menuitem that results in null)...
Even if it MAY sound overly wrong at the moment this doesn't seem to produce any further issue, although I hate having pending js error...
Anybody's using the latest version of Scriptacolous with Webtop perchance and is having a similar error?
webtop situation is as following:
webtop version 6.6 unpatched running on tomcat
machine is running with win xp 32 bit and I'm using ie8 (personally I'd switch to another browser but since the client I'll be working with cares just about ie6-8 compliance on their front-end machines, I'm gonna be sure that everything works fine/is properly formatted just for IE line)..
scriptacolous version 1.9.0 and scriptacolous.js and prototype.js globally available in webtop.
And that's about it.
Thanks in advance to anybody able to shed some light or that bothered reading this far.
Vito