Hi everyone I'v been using Click for some time, right now I'm coding a aplication that allows to create user accounts, all validations in the html form are working right after submiting it, even a simple captcha implementation that I have included.
I'd like to check the availibility of a new username before submit the form, I think the sample of AutoCompleteTextField control that is included in Apache Click Extras Project should be a good guide to try implement a new control that does that validation and implements some graphic effect on the presentation layer. Looking the code and around all dependeces of AutoCompleteTextField (/click/control.js, /click/prototype/prototype.js, /click/prototype/effects.js, /click/prototype/controls.js) it results too complex to me. My question is: some ne have a idea about how i can implement this kind of funcionality in a easier way without altering the philosopy of Click Framework? Thanks in advance for your help. EmeCas
