Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

form2CFC
Project Home Forums Known Issues Contact Project

Author: Timo Erbach (All RIAForge projects by this author)
Last Updated: October 24, 2006 4:38 AM
Version: 1.1
Views: 6,983
Downloads: 463
License: Apache License, Version 2

Description:

Fills an associated CFC with the value of formFields.

The methods of your CFC have to be the following naming
conventions: set#formFieldName#.
So if your formField is named "lastname" the CFC must
implement a method named "setLastname".

If there are formfields without corresponding methods in your
CFC no error will be thrown; but you can reAssign an other CFC
to be filled with this formField (see example).

Also if there are no formFields with corresponding methods, you
can reassign an other CFC. But in both cases you must not.

The values from the formFields will be transfered to your CFC using this setter-Methods by form2CFC.

Requirements:

ColdFusion, Railo, BlueDragon.
CFCs must be provided.

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.