<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dammit, indeed I forgot to add the library. But unfortunately it still
doesn't work. I checked with Firebug and found the following error: <br>
"Ajax.Autocompleter is not a constructor"<br>
<br>
<br>
Lukas Renggli schrieb:
<blockquote
 cite="mid:67628d690811100148h5dec6408of76c9f177eb639ff@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I have a problem with the autocompleter. While I am using exactly the
same implementation like the SUAutocompleteTest, I can't get it to work.
My component is inherited from an SUComponent and I am using the exact
same render methods like in the test. The only difference: I am using a
WATask.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Subclassing SUComponent is not necessary. That's just convenience for the tests.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Does anybody know any problems regarding the autocompleter? I am using
the latest seaside, as well as scriptaculous versions.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did you add the SULibrary to your application? What does FireBug tell you?

Lukas

  </pre>
</blockquote>
</body>
</html>