- showing uploaded files in the summary screen for create web content

- more careful management of the formprocessing session.  need to actually have a session management object so as to clear the upload file list.
- fix for form selection dropdown in create web content
- properly updating uploaded files from edit xml

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4588 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-12-13 03:53:40 +00:00
parent eb4af69ed4
commit 08f2795110
16 changed files with 625 additions and 272 deletions

View File

@@ -517,7 +517,7 @@ public class Application
{
Locale locale = parseLocale(code);
session.putValue(LOCALE, locale);
session.setAttribute(LOCALE, locale);
session.removeAttribute(MESSAGE_BUNDLE);
}