>>>Are you an expert in, say, DOM? > >Yes. > > >> To my knowledge, each and all "web"/script page, be it written in >cf, jsp, asp, php, would be rendered by a UA (browser here), and the >underlying technology for that is DOM, so, it does not matter how many >HTML forms on a 'page'/script the web server sends to the browser, the >UI would do it its rendering. > > > >>however, that approach/technique defeats the purpose of using CFFORM >(which does data validation among others), why reinvest the wheel? > >Well, in the case of CFFORM, believe me, it is worth ;-) > >But if you're saying, cf-supported data validation can only support one >form on a page/script then its design is totally yester-year, > >I never use CFFORM, because there are many things I need which are not >available with CFFORM. >May be it got more developed now, but I've designed my own system, and >I'm happy with it. >However, I'd be surprised you cannot have several CFFORM in the same page. >
My key point was, to re-use cfform's built-in client data validation capability for my case if that's possible, for one thing, it saves time of reventing wheel, for instance, do you build you own credit card validation schema? or borrow algo for it? If it can I think Adobe would help and save a lot of developers' time, to say the least. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303453 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

