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

Nick Belaevski updated RF-10617:
--------------------------------

         Assignee: Pavel Yaschenko
    Fix Version/s: 4.0.0.CR1


> autocomplete: submit of the new value broken
> --------------------------------------------
>
>                 Key: RF-10617
>                 URL: https://issues.jboss.org/browse/RF-10617
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, regression
>    Affects Versions: 4.0.0.Milestone6
>            Reporter: Ilya Shaikovsky
>            Assignee: Pavel Yaschenko
>            Priority: Critical
>             Fix For: 4.0.0.CR1
>
>
>       <h:form>
>               <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
>                       autoFill="false" selectFirst="false" id="ac2" 
> value="#{autocompleteBean.svalue}" var="a"
>                       autocompleteMethod="#{autocompleteBean.autocomplete}" 
> fetchValue="#{a.state}">
>                       <h:outputText value="#{a.state}" />
>                       <a4j:ajax event="change" render="out2"/>
>               </rich:autocomplete>
>               <h:outputText value="#{autocompleteBean.svalue}" id="out2"/>
>       </h:form>
> type a - List appears fine
> choose any entry - applied to input fine. (e.g. Arizona)
> blur the field - "a" appears instead of Arizona in input text.
> hidden input value which set as submitted value contains just "a"

--
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