This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: how to implement AJAXed check username availabilitynbelaevski Nov 3, 2008 5:58 PM (in response to khaled_288)Hello, 
 Remove rich:ajaxValidator and add link:<a4j:commandLink value="Check" bypassUpdates="true" process="webUserID"/> 
- 
        2. Re: how to implement AJAXed check username availabilitykhaled_288 Nov 4, 2008 6:34 AM (in response to khaled_288)
 nbelaevski , thank you very much :)
 it works fine.
 what if i need:
 to apply same functionality on 2 fields using same validator.
 for example:
 First name:
 Last name:
 i want those 2 fields to be validated one time in same validator. DB makes sure there is nobody with the same "first" and "last" names.
 how can handle this need ??
 :)
- 
        3. Re: how to implement AJAXed check username availabilityilya_shaikovsky Nov 4, 2008 6:53 AM (in response to khaled_288)add the second id to the process attribute of link component 
- 
        4. Re: how to implement AJAXed check username availabilitykhaled_288 Nov 4, 2008 8:35 AM (in response to khaled_288)ilya_shaikovsky, thanks a lot 
 it works by simply adding the other id (comma sperated)
 :)
 
     
    