Technically you could just use form and not cfform and see what HTML
is outputted. CF just creates regular forms and uses JS functions to
call the validation.


Or just use jQuery form library for server-side validation and stop
the headaches :-)


-J.J.

On Fri, Sep 12, 2008 at 10:40 AM, Les Mizzell <[EMAIL PROTECTED]> wrote:
> Is there any way to *force* CFFORM to use JS that *I* specify to be used
> for validation, and not the self-generated one?
>
> Here's the problem -
>
> I've got a bunch of related forms in a Spry tabbed panel set. But, each
> CFFORM tag is generating it's own JS, so if you do a view source, you've
> got the validation js repeated 10 times at the top of the page, and none
> of the validation works.
>
> I'm trying to find a way to include a single JS file, and get all the
> forms to reference that ONE js file and not generate multiples ...
>
> It's can't be one big form - each tab needs to be a separate (and
> sometimes multiple forms on one tab) form unique unto itself.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312453
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to