[richfaces-issues] [JBoss JIRA] (RF-10618) autocomplete: unnesessary request on item selection

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Oct 9 13:12:02 EDT 2013


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

Brian Leathem updated RF-10618:
-------------------------------

    Assignee:     (was: Nick Belaevski)

    
> 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
>            Priority: Minor
>             Fix For: 5-Future
>
>
> {code}
> 	<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>
> {code}
> # 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list