Hi, check your script tag in html, the last time i had this error (Ajax is undefined) i had a wrong script tag.
This is wrong: <script src="/script.js" type="text/javascript" /> It must be: <script src="/script.js" type="text/javascript" ></script> Check all script tags before the prototype.js, because the first of this one is loaded, and any further scripts are ignored. Regards, Volker Emmanuel Jay wrote: > Thanks for your replies. > > I had some double imports and i removed them but that didn't seem to fix > the problem. Rico should now be using the Prototype from > inputSuggestAjax, but i still get a js error: "Rico.Effect is null or > not an object" or " Rico.Effect.AcordionSize is null or not an object" > (this is using our own accordeon). > > Now if i remove our accordeon panel, I get the following JS error: "Ajax > is undefined". Ajax is a var defined in prototype and the import from > the MyFaces Prototype is in the page source... > > Any further suggestions? > > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

