2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index ed37506fc56c4671b540b16e3a215da28a5fa76d..fafd3d7edc78b2f053cf1cfc93939d60abb66040 100644 (file)
@@ -1,3 +1,12 @@
+2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ClientScriptManager.cs:
+       * Page.cs:
+       * Page.jvm.cs:
+       added new internal property IsMultiForm which returns false under
+       !TARGET_J2EE (Portal). All client scripts are rendered 
+       according this property.        
+               
 2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
 
        * ClientScriptManager.cs: fixed: GetCallbackEventReference method.