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

Pavel Yaschenko (JIRA) jira-events at lists.jboss.org
Thu Dec 9 10:21:52 EST 2010


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

Pavel Yaschenko resolved RF-9835.
---------------------------------

    Resolution: Done


> autocomplete: fetchValue do not works properly
> ----------------------------------------------
>
>                 Key: RF-9835
>                 URL: https://issues.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
>             Fix For: 4.0.0.Milestone5
>
>
> <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