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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Sep 24 12:12:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-4506:
-------------------------------

    Fix Version/s: 3.3.0
         Assignee: Nick Belaevski


> 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
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>
> 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