Emmanuel Jay schrieb:
> Hi all,
>
> I have seen some post going around about problems with inputSuggestAjax
> and Prototype (MYFaces-871 issue...).
>
> We have our own implementation of an accordeon panel which uses Rico
> (with Prototype 1.4.0 ). This works fine until we try to use the
> inputSuggestAjax. When doing that the accordeon panel doesn't work
> anymore and the inputSuggestAjax displays an disabled inputText next to
> it (and the suggestedItemsMethod isn't triggered). There seem to be some
> conflicting JS....
>
> Have any of you encountered this problem...
>
> As we do not seem to be able to get a nighlty build for sandbox, I am
> not sure if the fix for MYFACES-871 would fix this problem....
>
> Thanks,
> Emmanuel
To my knowledge openrico uses Prototype as well... check your code for
double imports that would be my guess, you maybe have a version clash of
the lib due to double imports...
Both are based on prototype, maybe on different versions.
There already is an accordeonpanel which is based upon
openrico in the myfaces codebase, you can find it in the nightlies of
the sandbox.