Hey Jeff, Plum <http://www.productivityenhancement.com/plum> will do all of this for you, but it uses a .NET app for the code generator. If you install and generate the code once, you can pretty much build any form you want using the custom tag library without using the code generator at all. All forms and components are composed of tag calls, and provide both client and server side validation. Client side validation uses qForms, but it is integrated seamlessly, and you use a tag attribute to specify validation types, etc.
HTH, On 11/27/06, Jeff Gladnick <[EMAIL PROTECTED]> wrote: > > 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* > > *It would be nice if it were configurable to send CFMail's or something > similar. > > So for the cftalk list people: Does this already exist? Is anyone > working on something similar? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:261760 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

