Thanks for your answer. I´ve already try with notifytopics, but doesn´t work. 
The notifyTopic isn´t fired when i select an item, it´s only fired when I
change the text of the selected one. Any Idea? 

    <s:autocompleter dropdownHeight="100" id="numeroDocumentoAutocompleter"
          theme="ajax" name="datosPersona.numeroDocumento"
          keyName="datosPersona.keyNumeroDocumento" 
          autoComplete="true" formId="AltaUsuario" showDownArrow="true"
          loadMinimumCount="5" loadOnTextChange="true"
          searchType="substring"
          href="%{urlListarNumerosDocumentosPersonasJuridicas}"
          listenTopics="listarIdentificacionesAfiliadoTopic"
          notifyTopics="/Changed">
    </s:autocompleter>
    
    <s:div theme="ajax" loadingText="Cargando ..."
          href="%{urlListarSucursales}" formId="AltaUsuario"
          formFilter="filterListarSucursales"
          listenTopics="/Changed"/>





Musachy Barroso wrote:
> 
> Use the "notifyTopics" attribute.
> 
> musachy
> 
> On 7/13/07, rrecoba <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi, I can´t capture the onChange event of an autocompleter. Now I have
>> the
>> autocompleter working, but i need to fill a div from an ajax call when
>> one
>> item is selected in the autocompleter. How can I do this?
>>
>> Thanks a lot.-
>> --
>> View this message in context:
>> http://www.nabble.com/Autocompleter-onchange-tf4075496.html#a11582914
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Autocompleter-onchange-tf4075496.html#a11594689
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to