processformobjects

processformobjects

Processformobjects is used to save content objects to the database (via an ft:form and ft:processForm tag), and it can also be used to handle general FarCry forms.

Metadata

Examples

Automatically saving a contentType to the database:
<ft:processForm action="Save">
    <ft:processFormObjects objectid="#stobj.objectid#" />
</ft:processForm>
Getting access to the form fields by hand:
<ft:processform action="Submit Form">
    <ft:processFormObjects typename="mmInquiry">
        &lt;cfdump var="#stProperties#" label="Stuff in the form" />
    </ft:processFormObjects>
</ft:processform>

Attributes

Name Type Required Default Options Description
stObj string No #structNew()#
ObjectID string No
typename string No
stPropMetadata string No #structNew()#
r_stProperties string No stProperties
stPropMethods string No #structNew()#
PackageType string No types
lArrayListGenerate string No
bSessionOnly string No false