The ProjectFormHandler has the following configuration properties:

Property

Function

asset

Holds the ID for the asset you are working with.

assetAction

Holds the integer representing the type of action this form handler executes. Set this property to the value of ADD_ASSET_ACTION, DEL_ASSET_ACTION, DISCARD_ASSET_ACTION, or REVERT_ASSET_ACTION properties as follows:

<dspel:setvalue bean="ProjectFormHandler.assetAction" beanvalue="ProjectFormHandler.DEL_ASSET_ACTION"/>

assets

Holds an array of IDs for the assets you are working with.

placeholderName

Holds the ID of an asset placeholder. A placeholder represents an asset in a project before that asset is added to it. Specify a value to this property when you want to add or remove a placeholder as well as an asset.

version

Holds the ID for the asset version you are working with.

 
loading table of contents...