autocomplete: fetchValue do not works properly
----------------------------------------------

                 Key: RF-9835
                 URL: https://jira.jboss.org/browse/RF-9835
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone4
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


<rich:autocomplete mode="client" showButton="true" layout="table"
        autocompleteList="#{capitalsBean.capitals}" fetchValue="#{cap.name}" 
var="cap">
        <rich:column>
                <h:graphicImage value="#{cap.stateFlag}"/> 
        </rich:column>
        <rich:column>
                <h:outputText value="#{cap.name}"/>
        </rich:column>
        <rich:column>
                <h:outputText value="#{cap.state}"/>
        </rich:column>
</rich:autocomplete>

name+state string inserted to input on select.

-- 
This message is automatically generated by JIRA.
-
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