This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: rich:autocomplete cleaning the inputboxmichpetrov Jun 8, 2016 8:10 AM (in response to gobii)Onbeforedomupdate is a client-side listener, you can't call a bean method with it. Why do you need to delete the input? The user just typed in what he wants to select. 
- 
        2. Re: rich:autocomplete cleaning the inputboxgobii Jun 8, 2016 8:15 AM (in response to michpetrov)i'm using the autocomplete to catch the object the user typed, once he has already chosen the value i update the bean and then i show the object representation on a outputlabel field, so i don't need the inputbox with the value, that's why i want to clean it after choosing the value. 
 
    