The RepositoryFormHandler supports the following operations for form submission:
Operation | Function |
---|---|
| Creates a repository item based on the value set in the form and adds it to the repository. If the |
| Deletes from the repository the item specified by |
| Updates the item described by |
You associate one of these operations with a submit input tag. For example, the following input tag defines a submit button that creates a repository item:
<dsp:input type="submit"
bean="atg/dynamo/droplet/MyRepositoryFormHandler.create" value="Add CD"/>