> I'm well versed in CFC's and OO, and just starting to look at frameworks > (although i've used them with ajax stuff for quite a while). > > One of the most immediate applications in need of this (for me) is form > submissions. Ideally, i would want something that could: > 1) generate my forms based on an XML doc or something similar > 2) style them with an editable CSS file > 3) validate them with javascript on the front end > 4) re-check them with CF on the back end > 5) insert/update items in database*
This JavaScript library could solve point 3. It was designed to make it easy to integrate in server-side and auto-generated code: http://www.massimocorner.com/validator/ I am planning to solve point 4 as well, using the same source code to auto-generate both client and server validation, but it's still on the drawing board, sorry. ---------------------------- Massimo Foti, web-programmer for hire Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261758 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

