hacking up output paths within the avm for the virgin demo.

refixed the fix for making captions look good in the form
turned off debugging within the form.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3571 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-08-22 19:33:07 +00:00
parent d7c07afbfe
commit a6c83ecbe0
3 changed files with 13 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ public class OutputUtil
LOGGER.debug("generated " + fileName + " using " + tom);
AVMService avmService = AVMContext.fgInstance.getAVMService();
String parentPath = "repo-1:/repo-1/alice/appBase/avm_webapps/my_webapp";
String parentPath = "repo-1:/repo-1/alice/appBase/avm_webapps/ROOT/home-insurance";
try
{
out = new OutputStreamWriter(avmService.createFile(parentPath, generatedFileName));