2 Replies Latest reply on Mar 5, 2007 5:56 PM by sergeysmirnov

    Autocomplete textfield with Seam & Ajax4jsf

    toni

      Hi,

      I'm trying to use an autocomplete textfield in my seam applicaiton. The latest verison of ajax4jsf has a tag for that:

      <ajax:autocomplete
      baseUrl="${pageContext.request.contextPath}/GetModel.view"
      source="make"
      target="model"
      parameters="model={model}"
      className="autocomplete"
      indicator="throbbing"
      minimumCharacters="1"/>
      </h:form>

      However, I can't find a seam example, which makes use of this tag. Has anybody implemented an autocomplete textfield in seam using ajax4jsf yet?