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

Nick Belaevski updated RF-10618:
--------------------------------

    Fix Version/s: 4.Future


> autocomplete: unnesessary request on item selection
> ---------------------------------------------------
>
>                 Key: RF-10618
>                 URL: https://issues.jboss.org/browse/RF-10618
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Milestone6
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 4.Future
>
>
>       <h:form>
>               <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
>                       autoFill="false" selectFirst="false" id="ac2"
>                       value="#{autocompleteBean.svalue}" var="a"
>                       autocompleteList="#{autocompleteBean.autocompleteList}">
>               </rich:autocomplete>
>               <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
>       </h:form>
> focus input
> type a - Ajax request sent and list populated - OK
> select first item. - item selected and one more Ajax request sent. - FAIL. no 
> need in one more request.
> This one is minor and I believe future. minor because in that case list 
> returned not according to "a" letter but all the states starting on different 
> letters.

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