[richfaces-issues] [JBoss JIRA] Created: (RF-4506) SuggestionBox: deafult fetch value is not applied

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Sep 20 10:00:23 EDT 2008


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

        



More information about the richfaces-issues mailing list