Explorar o código

remove unneeded TARGET_J2EE

svn path=/branches/mainsoft/JSF/mcs/; revision=91236
Konstantin Triger %!s(int64=18) %!d(string=hai) anos
pai
achega
f240884f8d
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      mcs/class/System.Web/System.Web.UI/ClientScriptManager.cs

+ 0 - 7
mcs/class/System.Web/System.Web.UI/ClientScriptManager.cs

@@ -158,13 +158,6 @@ namespace System.Web.UI
 			string prefix = options.RequiresJavaScriptProtocol ? "javascript:" : "";
 			if (page.IsMultiForm)
 				prefix += page.theForm + ".";
-#if TARGET_J2EE
-			// Allow the page to transform ActionUrl to a portlet action url
-			if (actionUrl != null) {
-				actionUrl = options.TargetControl.CreateActionUrl(actionUrl);
-				prefix += "Portal";
-			}
-#endif
 
 			return String.Format ("{0}WebForm_DoPostback({1},{2},{3},{4},{5},{6},{7},{8})", 
 					prefix,