Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

60757: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
      60710: Merged DEV to V4.2-BUG-FIX (4.2.2)
         60678: MNT-10482: JSP compilation error in Weblogic 12.1.2 when creating a web form
          - Use url for importing alfresco/wcm tld files instead of relative location. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 14:37:42 +00:00
parent d3f7ca23b2
commit bf9d125eaa
9 changed files with 24 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
-->
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:wcm="urn:jsptld:/WEB-INF/wcm.tld"
xmlns:wcm="http://alfresco.com/wcm"
xmlns:f="http://java.sun.com/jsf/core">
<script type="text/javascript">
function _xforms_getSubmitButtons()