[jboss-user] [JBoss Seam] - Autocomplete textfield with Seam & Ajax4jsf

toni do-not-reply at jboss.com
Tue Jan 23 16:47:51 EST 2007


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?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005504#4005504

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005504



More information about the jboss-user mailing list