[richfaces-issues] [JBoss JIRA] Commented: (RF-9666) Autocomplete: JS error after AJAX request

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jan 24 06:58:49 EST 2011


    [ https://issues.jboss.org/browse/RF-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577415#comment-12577415 ] 

Nick Belaevski commented on RF-9666:
------------------------------------

This is a bug actually.

> Autocomplete: JS error after AJAX request
> -----------------------------------------
>
>                 Key: RF-9666
>                 URL: https://issues.jboss.org/browse/RF-9666
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Milestone4
>            Reporter: Nick Belaevski
>            Assignee: Pavel Yaschenko
>             Fix For: Future_4.X
>
>
> For the following code:
> 			<h:form>
> 				<a4j:outputPanel ajaxRendered="true">
> 					<h:messages />
> 				</a4j:outputPanel>
> 				<input:autocomplete mode="ajax" id="autocomplete"
> 					autocompleteMethod="#{autoCompleteBean.autocomplete}"
> 					value="#{value}">
> 					<f:validateRequired />
> 				</input:autocomplete>
> 			</h:form>
> values[i].toLowerCase is not a function
> [Break on this error] processedValues.push(values[i].toLowerCase()); 

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