MyFaces 1.1.5 offers improved performance (around 10-15% overall client performance improvement!) over 1.1.1.

Dependant libraries also required upgrading:
commons-logging -> commons-logging-1.0.4
commons-beanutils-1.6.1 -> commons-beanutils-1.7.0
commons-collections-3.0 -> commons-collections-3.1
commons-digester-1.5 -> commons-digester-1.6

updated appropriate classpaths

note: all JSPs required global find-and-replace as form tag attribute 'acceptCharset' changed to 'acceptcharset'

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5334 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-03-07 15:37:38 +00:00
parent 832f5f310c
commit 4c8b0a596d
113 changed files with 127 additions and 121 deletions

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<f:loadBundle basename="alfresco.version" var="version"/>
<h:form acceptCharset="UTF-8" id="about">
<h:form acceptcharset="UTF-8" id="about">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -51,7 +51,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="advsearch">
<h:form acceptcharset="UTF-8" id="advsearch">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="apply-template">
<h:form acceptcharset="UTF-8" id="apply-template">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="apply-rss">
<h:form acceptcharset="UTF-8" id="apply-rss">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="apply-template">
<h:form acceptcharset="UTF-8" id="apply-template">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -44,7 +44,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="checkin-file1">
<h:form acceptcharset="UTF-8" id="checkin-file1">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">
@@ -226,7 +226,7 @@
<td style="background-image: url(<%=request.getContextPath()%>/images/parts/whitepanel_6.gif)" width="4"></td>
</tr>
<h:form acceptCharset="UTF-8" id="checkin-file2">
<h:form acceptcharset="UTF-8" id="checkin-file2">
<%-- Error Messages --%>
<tr valign="top">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="checkout-link">
<h:form acceptcharset="UTF-8" id="checkout-link">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="checkout-file">
<h:form acceptcharset="UTF-8" id="checkout-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="dialog">
<h:form acceptcharset="UTF-8" id="dialog">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="delete-file">
<h:form acceptcharset="UTF-8" id="delete-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -47,7 +47,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="document-details">
<h:form acceptcharset="UTF-8" id="document-details">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-category">
<h:form acceptcharset="UTF-8" id="edit-category">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="edit-file">
<h:form acceptcharset="UTF-8" id="edit-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -66,7 +66,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-file">
<h:form acceptcharset="UTF-8" id="edit-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -53,7 +53,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-link-props">
<h:form acceptcharset="UTF-8" id="edit-link-props">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -63,7 +63,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="save-search">
<h:form acceptcharset="UTF-8" id="save-search">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -78,7 +78,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-simple-workflow">
<h:form acceptcharset="UTF-8" id="edit-simple-workflow">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-category">
<h:form acceptcharset="UTF-8" id="edit-category">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -78,7 +78,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-simple-workflow">
<h:form acceptcharset="UTF-8" id="edit-simple-workflow">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-file">
<h:form acceptcharset="UTF-8" id="edit-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -74,7 +74,7 @@ final InstanceData instanceData = new InstanceData() {
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="edit-file">
<h:form acceptcharset="UTF-8" id="edit-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -62,7 +62,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="export-form">
<h:form acceptcharset="UTF-8" id="export-form">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="filelink-details">
<h:form acceptcharset="UTF-8" id="filelink-details">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -43,7 +43,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="import-form">
<h:form acceptcharset="UTF-8" id="import-form">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">
@@ -134,7 +134,7 @@
</tr>
</r:uploadForm>
<h:form acceptCharset="UTF-8" id="import-upload-end">
<h:form acceptcharset="UTF-8" id="import-upload-end">
<tr><td class="paddingRow"></td></tr>
<%
ImportBean bean = (ImportBean)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "ImportDialog");

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="preview-file">
<h:form acceptcharset="UTF-8" id="preview-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="preview-space">
<h:form acceptcharset="UTF-8" id="preview-space">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="document-details">
<h:form acceptcharset="UTF-8" id="document-details">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -63,7 +63,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="save-search">
<h:form acceptcharset="UTF-8" id="save-search">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -47,7 +47,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="space-details">
<h:form acceptcharset="UTF-8" id="space-details">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -39,7 +39,7 @@
<%-- load a bundle of properties with I18N strings --%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<h:form acceptCharset="UTF-8" id="spacelink-details">
<h:form acceptcharset="UTF-8" id="spacelink-details">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<f:loadBundle basename="alfresco.version" var="version"/>
<h:form acceptCharset="UTF-8" id="system-information-form">
<h:form acceptcharset="UTF-8" id="system-information-form">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="undocheckout-file">
<h:form acceptcharset="UTF-8" id="undocheckout-file">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">

View File

@@ -44,7 +44,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="update-file1">
<h:form acceptcharset="UTF-8" id="update-file1">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">
@@ -147,7 +147,7 @@
<% } %>
</r:uploadForm>
<h:form acceptCharset="UTF-8" id="update-file2">
<h:form acceptcharset="UTF-8" id="update-file2">
</table>
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
</td>

View File

@@ -40,7 +40,7 @@
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<%-- set the form name here --%>
<h:form acceptCharset="UTF-8" id="missing-working-copy">
<h:form acceptcharset="UTF-8" id="missing-working-copy">
<%-- Main outer table --%>
<table cellspacing="0" cellpadding="2">