[richfaces-issues] [JBoss JIRA] Created: (RF-9835) autocomplete: fetchValue do not works properly

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 18 08:22:07 EST 2010


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

        


More information about the richfaces-issues mailing list