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

Brian Leathem updated RF-10862:
-------------------------------

        Description: 
http://community.jboss.org/message/598526#598526

checked with 
{code}
<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>
{code}

input calls listener and autocomplete not. Text renderer performs 
{code}
String clientId = decodeBehaviors(context, component);
{code}
and in autocomplete there is no such code.

  was:
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.

    Forum Reference: http://community.jboss.org/message/603134#603134  (was: 
http://community.jboss.org/message/603134#603134)


> 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: base functionality , component-input, core
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>             Fix For: 4.1.0.Tracking
>
>
> http://community.jboss.org/message/598526#598526
> checked with 
> {code}
> <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>
> {code}
> input calls listener and autocomplete not. Text renderer performs 
> {code}
> String clientId = decodeBehaviors(context, component);
> {code}
> 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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to