虽然我正在使用丰富的自动填充,但问题是在搜索时只显示值列表,如果它是空值,它没有显示所有值。我将ajax作为模式。
答案 0 :(得分:0)
override this method of getMinCharsOrDefault of richfaces library from your local app with value = 0 and in facesconfig.xml add below renderer kit.
<component-family>javax.faces.Input</component-family>
<renderer-type>org.richfaces.AutocompleteRenderer</renderer-type>
<renderer-class> your overriden class name </renderer-class>