[Proto-Scripty] Aajx Autocompleter making continous server calls

2009-01-11 Thread Scriptaculous Users Group
Hi Im very new to scriptaculous autocompleter. I was using strtus2 autocompleter before and now shifted to Scriptacuolus autocompleter. I could able to integrate sriptaculous autocompleter to work with my struts2 action class but my new auto completer continuously making server calls if I blur

[Proto-Scripty] Having an issue with a draggable

2009-01-11 Thread alias1
Hey all, I am having an issue with a draggable not being draggable. It shows up in the list of drags, yet if I click on it and drag it, nothing happens. I have uploaded the code to http://www.nevyn.net/~alias1/upload/scriptaculous/ The draggable objects are created in by the this.createTab

[Proto-Scripty] Re: Element.observe is not a function

2009-01-11 Thread T.J. Crowder
Hi Gert, This is the problem line: var hours = $(task).select('.hours'); Element#select[1] returns an array (just like $$() does), not an Element, but you're treating the return value like an Element. BTW, you're doing more work than you need to in that code, in a couple of ways. $$()

[Proto-Scripty] Problem with retrieving value from form select

2009-01-11 Thread ph...@ryangibbons.net
Hey all, I am using Ajax.Updater() to change the data in some drop down select boxes. The update is triggered in onchange of the first select field. I am passing the value of that selected option to a php script that then builds the second dependent drop down option set. This is the current