SuggestionBox: deafult fetch value is not applied 
--------------------------------------------------

                 Key: RF-4506
                 URL: https://jira.jboss.org/jira/browse/RF-4506
             Project: RichFaces
          Issue Type: Bug
            Reporter: Nick Belaevski


Suggestion box is shown but input value is not affected after selection:

<h:inputText id="abc" />
<rich:suggestionbox var="val" height="200" width="200" for="abc" 
suggestionAction="#{capitalsBean.autoCompleteFornecedor}">
        <rich:column><h:outputText value="#{val}" /></rich:column>
</rich:suggestionbox>

        private Object[] data = new Object[] {"1", "2", "3"};

    public List autoCompleteFornecedor(Object event) {
                return Arrays.asList(data);
        }
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to