mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixups to portlet webscripts that hardcore the '/service' part of webscript urls to use ${url.serviceContext} and push down into appropriate javascripts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5884 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -68,7 +68,7 @@ public class WebScriptJSFResponse implements WebScriptResponse
|
||||
String fieldId = component.getClientId(fc);
|
||||
String formClientId = form.getClientId(fc);
|
||||
|
||||
StringBuilder buf = new StringBuilder(200);
|
||||
StringBuilder buf = new StringBuilder(256);
|
||||
// dirty - but can't see any other way to convert to a JSF action click...
|
||||
buf.append("#\" onclick=\"");
|
||||
buf.append("document.forms[");
|
||||
|
Reference in New Issue
Block a user