- adding in the structure for an XSL FO rendering engine

- terminology cleanups to model and screens
- extracting company-footer back into its own xsd; no reason to shove that feature in everyone's face.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4227 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-10-26 04:16:16 +00:00
parent 0b3147e8c2
commit 07686ab8ce
13 changed files with 284 additions and 63 deletions

View File

@@ -88,7 +88,7 @@ public class UIFormProcessor extends SelfRenderingComponent
final Form form = this.getForm();
final FormProcessor.InstanceData formInstanceData = this.getFormInstanceData();
final FormProcessor tim = form.getFormProcessors().get(0);
tim.generate(formInstanceData, form, out);
tim.process(formInstanceData, form, out);
}
// ------------------------------------------------------------------------------