[JBoss JIRA] Created: (RF-9835) autocomplete: fetchValue do not works properly
by Ilya Shaikovsky (JIRA)
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
13 years, 11 months
[JBoss JIRA] Updated: (RF-9988) FileUpload: API refactoring
by Nick Belaevski (JIRA)
[ https://issues.jboss.org/browse/RF-9988?page=com.atlassian.jira.plugin.sy... ]
Nick Belaevski updated RF-9988:
-------------------------------
Summary: FileUpload: API refactoring (was: FileUpload: rename Upload* event interfaces to FileUpload*)
Description:
1) rename Upload* event-related interfaces to FileUpload*
2) move all API of file upload component to input-api module
> FileUpload: API refactoring
> ---------------------------
>
> Key: RF-9988
> URL: https://issues.jboss.org/browse/RF-9988
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.0.0.Milestone5
> Reporter: Nick Belaevski
> Assignee: Konstantin Mishin
> Fix For: 4.0.0.Milestone5
>
>
> 1) rename Upload* event-related interfaces to FileUpload*
> 2) move all API of file upload component to input-api module
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months