[
https://jira.jboss.org/browse/RF-9835?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski updated RF-9835:
-------------------------------
Assignee: Pavel Yaschenko (was: Nick Belaevski)
Pavel, please investigate the issue.
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: Pavel Yaschenko
<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