[richfaces-issues] [JBoss JIRA] Commented: (RF-10862) Autocomplete: does not perform decode of the behaviors

Jan Jamrich (JIRA) jira-events at lists.jboss.org
Thu Apr 14 08:51:33 EDT 2011


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

Jan Jamrich commented on RF-10862:
----------------------------------

First note to thread on jboss community forum.
In example given by reporter is used a4j:ajax with listener attached to "selectitem" event. I'm not sure if its correct.

> Autocomplete: does not perform decode of the behaviors
> ------------------------------------------------------
>
>                 Key: RF-10862
>                 URL: https://issues.jboss.org/browse/RF-10862
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>            Assignee: Jan Jamrich
>
> http://community.jboss.org/message/598526#598526
> checked with 
> <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
> 			autoFill="false" selectFirst="false"
> 			autocompleteMethod="#{autocompleteBean.autocomplete}" valueChangeListener="#{autocompleteBean.vcl}">
> 			<a4j:ajax listener="#{autocompleteBean.list}" event="change"/>
> 		</rich:autocomplete>
> 		
> 		<h:inputText>
> 			<a4j:ajax listener="#{autocompleteBean.list}" event="change"/>
> 		</h:inputText>
> input calls listener and autocomplete not. Text renderer performs         String clientId = decodeBehaviors(context, component);
> and in autocomplete there is no such code.

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