Author: ruwan
Date: Tue Dec 11 01:59:51 2007
New Revision: 10929

Log:

Fixing the issue ESBJAVA-369


Modified:
   
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js

Modified: 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
==============================================================================
--- 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
        (original)
+++ 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
        Tue Dec 11 01:59:51 2007
@@ -860,7 +860,7 @@
     clearselection("", "", {cleartype:p_oValue.targettype});
 
     var selectedvalue = document.getElementById(p_oValue.targettype + 
"_label");
-    selectedvalue.innerHTML = "";
+//    selectedvalue.innerHTML = "";
     selectedvalue.setAttribute("value", this.cfg.getProperty("text"));
 //    
selectedvalue.appendChild(document.createTextNode(this.cfg.getProperty("text")));
 

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to