Hi David, > No, that should work. Maybe your namespace declaration is wrong > somehow? Did you define it on the <html> element? Is it a proper XHTML > document?
Yup, you're right. The xmlns declaration was missing and the DOCTYPE declaration was also wrong. I fixed both these and it's working now. Thanks for pointing me in the right direction. > What is this <easy:ajax /> stuff, anyway? It's an AJAX library, and one of the things it does is autocomplete. I'm using it for one of my forms. URL: http://www.jimroos.com/2007/05/ajax-autocomplete.html Vikram _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
