> Excuse my ignorance....but what is TMT in referenece to CFAJAX? I'm betting > it's something from Massimo as his image CFC and datepicker stuff is named with > the TMT prefix ;-)
Yes, it's my trademark :-) > It sounds like it's a package using AJAX for form validation without a full page > refresh (via AJAX)?? It's a library for form validation, it doesn't have any AJAX capabilities, not yet at least. You can take a look here: http://www.massimocorner.com/validator/ Among the most interesting features I would mention: Client-side image upload validation: http://www.massimocorner.com/validator/samples/image_upload.htm Filters: http://www.massimocorner.com/validator/samples/filters.htm Customizable error notification: http://www.massimocorner.com/validator/samples/custom_error.htm It's very open for customization/extensibility: http://www.massimocorner.com/validator/samples/custom_validation.htm In theory you could write your own custom, AJAX-based, rules. ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227525 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

