Added client and server side support for transient properties

- As long as a template for a control is configured fields without a definition can now be displayed
 - Added 3 well known transient properties; mimetype, encoding and size (these are similar to the propertyResolvers we had in the JSF client)
 - Added explicit persistence handling for the new transient properties, the name property and adds aspect if title/description and/or author property is present
 - Added saveForm test

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2009-03-19 21:24:59 +00:00
parent 0e25e67967
commit 2e94b28d01
6 changed files with 573 additions and 71 deletions

View File

@@ -37,7 +37,7 @@ public abstract class FieldDefinition
protected String binding;
protected String defaultValue;
protected FieldGroup group;
protected boolean protectedField;
protected boolean protectedField = false;
/**
* Default constructor