Creates a form definition based on the XML form definition
that can be retrieved from the specified source.
To avoid having to resolve the Source object yourself,
use the
FormManager.createFormDefinition(String) method.
The root element must be a <fd:form> element.
The form definition will be cached, so that future form instances
can be created quickly.
|