Guest User

Untitled

a guest
Jul 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <a:outputPanel id="autoFillPanel">
  2. <a:outputPanel layout="none" rendered="#{myBean.renderAutofiller}">
  3. <h:inputText id="autofillInput" value="#{myBean.value}" />
  4.  
  5. <rich:suggestionbox for="autofillInput" var="result"
  6. suggestionAction="#{myBean.autoCompleteFiller}">
  7. <h:column>
  8. <h:outputText value="#{result}" />
  9. </h:column>
  10. </rich:suggestionbox>
  11. </a:outputPanel>
  12. </a:outputPanel>
Add Comment
Please, Sign In to add comment