> We are using the 1.2.1 minify and i don't think that should cause a > problem ... so what's the difference between my env. and the one > above ?
Prob is you had getSelected('[selected]') in your form.js. You want
getElements('[selected]').
Your 1.2.1 is fine.
-- S.
