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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...